summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2014-01-24 18:04:16 +0000
committerasomers <asomers@FreeBSD.org>2014-01-24 18:04:16 +0000
commita9e834e3a8fe4ab71d79b24c523f19977da74d6a (patch)
treefadcb6d2abb229ae2607de8c28cd8bfe6f3a57fa /tests
parent91dd46ecc15806e04cac4e9381c05ee719c9c196 (diff)
downloadFreeBSD-src-a9e834e3a8fe4ab71d79b24c523f19977da74d6a.zip
FreeBSD-src-a9e834e3a8fe4ab71d79b24c523f19977da74d6a.tar.gz
Fix the Makefiles so that the tests I submitted in r261081 will actually
get built. Sponsored by: Spectra Logic MFC after: 13 days X-MFC-With: r261081
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
-rw-r--r--tests/sys/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 88386eb..ba81cac 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -2,7 +2,7 @@
.include <bsd.own.mk>
-SUBDIR= # still empty
+SUBDIR= sys
TESTSDIR= ${TESTSBASE}
KYUAFILE= yes
diff --git a/tests/sys/Makefile b/tests/sys/Makefile
index cb41472..85d51df 100644
--- a/tests/sys/Makefile
+++ b/tests/sys/Makefile
@@ -2,6 +2,7 @@
.include <bsd.own.mk>
+SUBDIR= kern
TESTSDIR= ${TESTSBASE}/sys
KYUAFILE= yes
OpenPOWER on IntegriCloud