summaryrefslogtreecommitdiff
path: root/net/ndp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ndp/Makefile')
-rw-r--r--net/ndp/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/ndp/Makefile b/net/ndp/Makefile
index 2d890e7ee220..8b96613774d6 100644
--- a/net/ndp/Makefile
+++ b/net/ndp/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2015/11/11 07:52:57 ozaki-r Exp $
+# $NetBSD: Makefile,v 1.3 2016/11/24 08:52:20 ozaki-r Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/net/ndp
-TESTS_SH= t_dad
-TESTS_SH+= t_ndp
-TESTS_SH+= t_ra
+.for name in dad ndp ra
+TESTS_SH+= t_${name}
+TESTS_SH_SRC_t_${name}= ../net_common.sh t_${name}.sh
+.endfor
.include <bsd.test.mk>