summaryrefslogtreecommitdiffstats
path: root/bin/test
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-03-14 08:56:19 +0000
committerjmmv <jmmv@FreeBSD.org>2014-03-14 08:56:19 +0000
commit3cbab1b573ec89485665a9df32050f9671205fa5 (patch)
tree546a6f18faf325d834cee65b038abd15ab1cd2f5 /bin/test
parent7a4e017987aaf7e7c7c94fad8f0911e5eab0b250 (diff)
downloadFreeBSD-src-3cbab1b573ec89485665a9df32050f9671205fa5.zip
FreeBSD-src-3cbab1b573ec89485665a9df32050f9671205fa5.tar.gz
Make bsd.test.mk the only public mk fragment for the building of tests.
Change {atf,plain,tap}.test.mk to be internal implementation details of bsd.test.mk. Makefiles that build tests should now only include bsd.test.mk and declaratively specify what they want to build, without worrying about the internal implementation of the mk files. The reason for this change is to permit building test programs of different interfaces from a single directory, which is something I had a need for while porting tests over from src/tools/regression/. Additionally, this change makes it possible to perform some other requested changes to bsd.test.mk in an easier manner. Coming soon.
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test/tests/Makefile b/bin/test/tests/Makefile
index be32dbb..5ee337a 100644
--- a/bin/test/tests/Makefile
+++ b/bin/test/tests/Makefile
@@ -12,4 +12,4 @@ TAP_TESTS_SH= legacy_test
# requested. See https://code.google.com/p/kyua/issues/detail?id=6
TEST_METADATA.legacy_test+= required_user="unprivileged"
-.include <tap.test.mk>
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud