diff options
author | asomers <asomers@FreeBSD.org> | 2014-01-24 18:04:16 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2014-01-24 18:04:16 +0000 |
commit | a9e834e3a8fe4ab71d79b24c523f19977da74d6a (patch) | |
tree | fadcb6d2abb229ae2607de8c28cd8bfe6f3a57fa | |
parent | 91dd46ecc15806e04cac4e9381c05ee719c9c196 (diff) | |
download | FreeBSD-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
-rw-r--r-- | tests/Makefile | 2 | ||||
-rw-r--r-- | tests/sys/Makefile | 1 |
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 |