summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2014-08-23 15:21:35 +0000
committerchristos <christos@NetBSD.org>2014-08-23 15:21:35 +0000
commit8e60aefa0ff61e8ff139e07a3ea314175172be2d (patch)
tree54bca70634d9cf5dea14495192d64de18da336c0 /usr.bin/make
parentd1d6a5ceba9994fed5d9fba74883ca52f3fc1873 (diff)
Instead of adding the test in 48095 I added the tests in 48096. Add the
missing test now.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/unit-tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/unit-tests/Makefile b/usr.bin/make/unit-tests/Makefile
index 3c7f45d427a..79f0abbb969 100644
--- a/usr.bin/make/unit-tests/Makefile
+++ b/usr.bin/make/unit-tests/Makefile
@@ -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 \