Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make/unit-tests Instead of adding the test in 48095 ...



details:   https://anonhg.NetBSD.org/src/rev/fa48574e8016
branches:  trunk
changeset: 331765:fa48574e8016
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Aug 23 15:21:35 2014 +0000

description:
Instead of adding the test in 48095 I added the tests in 48096. Add the
missing test now.

diffstat:

 usr.bin/make/unit-tests/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 75eb19bfcfc7 -r fa48574e8016 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile  Sat Aug 23 15:10:18 2014 +0000
+++ b/usr.bin/make/unit-tests/Makefile  Sat Aug 23 15:21:35 2014 +0000
@@ -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 @@
        order \
        phony-end \
        posix \
+       posix1 \
        qequals \
        suffixes \
        sunshcmd \



Home | Main Index | Thread Index | Old Index