Module Name:    src
Committed By:   rillig
Date:           Sun Nov 29 21:27:08 UTC 2020

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

Log Message:
make(1): add test variant for reference counting logging


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/test-variants.sh

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.sh
diff -u src/usr.bin/make/test-variants.sh:1.6 src/usr.bin/make/test-variants.sh:1.7
--- src/usr.bin/make/test-variants.sh:1.6	Fri Nov 20 00:24:21 2020
+++ src/usr.bin/make/test-variants.sh	Sun Nov 29 21:27:08 2020
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $NetBSD: test-variants.sh,v 1.6 2020/11/20 00:24:21 rillig Exp $
+# $NetBSD: test-variants.sh,v 1.7 2020/11/29 21:27:08 rillig Exp $
 #
 # Build several variants of make and run the tests on them.
 #
@@ -71,6 +71,8 @@ testcase USE_META="no"
 
 testcase USER_CPPFLAGS="-DCLEANUP"
 
+testcase USER_CPPFLAGS="-DDEBUG_REFCNT"
+
 testcase USER_CPPFLAGS="-DDEBUG_HASH_LOOKUP"
 
 testcase USER_CPPFLAGS="-DDEBUG_META_MODE"

Reply via email to