Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/c++ Correct a small regression typo in usr.bin...



details:   https://anonhg.NetBSD.org/src/rev/52eb8cbc7206
branches:  trunk
changeset: 321764:52eb8cbc7206
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Apr 04 15:53:04 2018 +0000

description:
Correct a small regression typo in usr.bin/c++ ATF tests

TESTS_SH= changed to TESTS_SH+=

diffstat:

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

diffs (19 lines):

diff -r b1939cb2216b -r 52eb8cbc7206 tests/usr.bin/c++/Makefile
--- a/tests/usr.bin/c++/Makefile        Wed Apr 04 15:08:59 2018 +0000
+++ b/tests/usr.bin/c++/Makefile        Wed Apr 04 15:53:04 2018 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2018/04/04 15:08:59 kamil Exp $
+# $NetBSD: Makefile,v 1.6 2018/04/04 15:53:04 kamil Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/usr.bin/c++
 
+TESTS_SH=      #
 TESTS_SH+=     t_call_once
 TESTS_SH+=     t_call_once2
-TESTS_SH=      t_cxxruntime
+TESTS_SH+=     t_cxxruntime
 TESTS_SH+=     t_hello
 TESTS_SH+=     t_pthread_once
 TESTS_SH+=     t_static_destructor



Home | Main Index | Thread Index | Old Index