Source-Changes-HG archive

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

[src/bouyer-socketcan]: src/tests/net/if_l2tp 79023



details:   https://anonhg.NetBSD.org/src/rev/e624993bae56
branches:  bouyer-socketcan
changeset: 820842:e624993bae56
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Thu Feb 16 08:44:48 2017 +0000

description:
79023

diffstat:

 tests/net/if_l2tp/Makefile |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 102578c28437 -r e624993bae56 tests/net/if_l2tp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/net/if_l2tp/Makefile        Thu Feb 16 08:44:48 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.4.2 2017/02/16 08:44:48 knakahara Exp $
+#
+
+.include <bsd.own.mk>
+
+TESTSDIR=      ${TESTSBASE}/net/if_l2tp
+
+.for name in l2tp
+TESTS_SH+=             t_${name}
+TESTS_SH_SRC_t_${name}=        ../net_common.sh t_${name}.sh
+.endfor
+
+.include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index