Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make tests/make: test variant without filemon
details: https://anonhg.NetBSD.org/src/rev/98180bf0c1fa
branches: trunk
changeset: 362596:98180bf0c1fa
user: rillig <rillig%NetBSD.org@localhost>
date: Thu Mar 03 20:03:19 2022 +0000
description:
tests/make: test variant without filemon
diffstat:
usr.bin/make/test-variants.mk | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 9af3307c2ca1 -r 98180bf0c1fa usr.bin/make/test-variants.mk
--- a/usr.bin/make/test-variants.mk Thu Mar 03 19:55:27 2022 +0000
+++ b/usr.bin/make/test-variants.mk Thu Mar 03 20:03:19 2022 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index