Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/modules/ufetchstore Add missing Makefile.
details: https://anonhg.NetBSD.org/src/rev/10ddd1e1b188
branches: trunk
changeset: 998062:10ddd1e1b188
user: maya <maya%NetBSD.org@localhost>
date: Sat Apr 06 11:54:25 2019 +0000
description:
Add missing Makefile.
Grabbed from thorpej's github repository.
XXX not actually built tested...
diffstat:
tests/modules/ufetchstore/Makefile | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diffs (21 lines):
diff -r d74b147398b5 -r 10ddd1e1b188 tests/modules/ufetchstore/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/modules/ufetchstore/Makefile Sat Apr 06 11:54:25 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/04/06 11:54:25 maya Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/modules
+CPPFLAGS+= -D_KERNTYPES -I${.CURDIR}/module
+
+# Ideally this test could be in the parent Makefile, which could not descend
+# into this directory at all. Unfortunately, the etc/mtree/NetBSD.dist file
+# creates the 'modules' subdirectory unconditionally, which if left empty
+# will confuse atf-run. Therefore we must install, at the very least, the
+# Atffile into it.
+TESTS_C= t_ufetchstore
+
+SUBDIR+= module
+
+.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index