Module Name:    src
Committed By:   rillig
Date:           Thu Mar  3 20:03:19 UTC 2022

Modified Files:
        src/usr.bin/make: test-variants.mk

Log Message:
tests/make: test variant without filemon


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/test-variants.mk

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

Modified files:

Index: src/usr.bin/make/test-variants.mk
diff -u src/usr.bin/make/test-variants.mk:1.1 src/usr.bin/make/test-variants.mk:1.2
--- src/usr.bin/make/test-variants.mk:1.1	Sat Feb  5 00:20:48 2022
+++ src/usr.bin/make/test-variants.mk	Thu Mar  3 20:03:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: test-variants.mk,v 1.1 2022/02/05 00:20:48 rillig Exp $
+# $NetBSD: test-variants.mk,v 1.2 2022/03/03 20:03:19 rillig Exp $
 #
 # Build several variants of make and run the tests on them.
 #
@@ -46,6 +46,16 @@ SKIP.filemon-dev=	yes
 TESTS+=			filemon-ktrace
 ENV.filemon-ktrace=	USE_FILEMON="ktrace"
 
+TESTS+=			filemon-none
+ENV.filemon-none=	USE_FILEMON="no"
+# The following tests only fail due to the extra variable in the debug log.
+SKIP_TESTS.filemon-none= \
+			opt-debug-graph1 \
+			opt-debug-graph2 \
+			opt-debug-graph3 \
+			suff-main-several \
+			suff-transform-debug
+
 TESTS+=			no-meta
 ENV.no-meta=		USE_META="no"
 SKIP_TESTS.no-meta=	depsrc-meta meta-cmd-cmp

Reply via email to