Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make(1): add test variant for reference countin...



details:   https://anonhg.NetBSD.org/src/rev/c2f3ec5cd32a
branches:  trunk
changeset: 946522:c2f3ec5cd32a
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Nov 29 21:27:08 2020 +0000

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

diffstat:

 usr.bin/make/test-variants.sh |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 07211ff5a2e8 -r c2f3ec5cd32a usr.bin/make/test-variants.sh
--- a/usr.bin/make/test-variants.sh     Sun Nov 29 18:49:36 2020 +0000
+++ b/usr.bin/make/test-variants.sh     Sun Nov 29 21:27:08 2020 +0000
@@ -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 USER_CPPFLAGS="-DCLEANUP"
 
+testcase USER_CPPFLAGS="-DDEBUG_REFCNT"
+
 testcase USER_CPPFLAGS="-DDEBUG_HASH_LOOKUP"
 
 testcase USER_CPPFLAGS="-DDEBUG_META_MODE"



Home | Main Index | Thread Index | Old Index