Module Name: src
Committed By: christos
Date: Sat Aug 23 15:21:35 UTC 2014
Modified Files:
src/usr.bin/make/unit-tests: Makefile
Log Message:
Instead of adding the test in 48095 I added the tests in 48096. Add the
missing test now.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/make/unit-tests/Makefile
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/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.45 src/usr.bin/make/unit-tests/Makefile:1.46
--- src/usr.bin/make/unit-tests/Makefile:1.45 Sat Aug 23 11:02:04 2014
+++ src/usr.bin/make/unit-tests/Makefile Sat Aug 23 11:21:35 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2014/08/23 15:02:04 christos Exp $
+# $NetBSD: Makefile,v 1.46 2014/08/23 15:21:35 christos Exp $
#
# Unit tests for make(1)
# The main targets are:
@@ -43,6 +43,7 @@ TESTNAMES= \
order \
phony-end \
posix \
+ posix1 \
qequals \
suffixes \
sunshcmd \