pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/regress



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Nov  9 06:46:35 UTC 2018

Modified Files:
        pkgsrc/regress: Makefile

Log Message:
regress: add env-vars


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/regress/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/regress/Makefile
diff -u pkgsrc/regress/Makefile:1.18 pkgsrc/regress/Makefile:1.19
--- pkgsrc/regress/Makefile:1.18        Sat Jun 11 10:48:28 2016
+++ pkgsrc/regress/Makefile     Fri Nov  9 06:46:35 2018
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2016/06/11 10:48:28 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2018/11/09 06:46:35 rillig Exp $
+#
+# See pkgtools/pkg_regress for the tool to run these tests.
 #
 
 COMMENT=       Regression tests for pkgsrc infrastructure
@@ -10,6 +12,7 @@ SUBDIR+=      buildlink-transform
 SUBDIR+=       buildlink-unwrap
 SUBDIR+=       check-portability
 SUBDIR+=       compiler
+SUBDIR+=       env-vars
 SUBDIR+=       ignore-tools
 SUBDIR+=       make-env-phases
 SUBDIR+=       make-quoting



Home | Main Index | Thread Index | Old Index