Source-Changes-HG archive

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

[src/trunk]: src/tests/net/arp Fix TESTS_SH assignment



details:   https://anonhg.NetBSD.org/src/rev/6228cbc65e26
branches:  trunk
changeset: 339604:6228cbc65e26
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Jul 30 05:43:42 2015 +0000

description:
Fix TESTS_SH assignment

diffstat:

 tests/net/arp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7c10a90d6920 -r 6228cbc65e26 tests/net/arp/Makefile
--- a/tests/net/arp/Makefile    Thu Jul 30 04:39:42 2015 +0000
+++ b/tests/net/arp/Makefile    Thu Jul 30 05:43:42 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/07/30 02:52:53 ozaki-r Exp $
+# $NetBSD: Makefile,v 1.3 2015/07/30 05:43:42 ozaki-r Exp $
 #
 
 .include <bsd.own.mk>
@@ -6,6 +6,6 @@
 TESTSDIR=      ${TESTSBASE}/net/arp
 
 TESTS_SH=      t_arp
-TESTS_SH=      t_dad
+TESTS_SH+=     t_dad
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index