aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-03-14 08:56:19 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-03-14 08:56:19 +0000
commitf5fd950e35c962bad0aa31fdc4b4052e13207893 (patch)
tree546a6f18faf325d834cee65b038abd15ab1cd2f5 /libexec
parentcf961c95e525919b24a748d601689134379fa0c4 (diff)
downloadsrc-f5fd950e35c962bad0aa31fdc4b4052e13207893.tar.gz
src-f5fd950e35c962bad0aa31fdc4b4052e13207893.zip
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.
Notes
Notes: svn path=/head/; revision=263161
Diffstat (limited to 'libexec')
-rw-r--r--libexec/atf/atf-check/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/atf/atf-check/tests/Makefile b/libexec/atf/atf-check/tests/Makefile
index 0f237e6d3f78..43a74988a27b 100644
--- a/libexec/atf/atf-check/tests/Makefile
+++ b/libexec/atf/atf-check/tests/Makefile
@@ -9,4 +9,4 @@ ATF= ${.CURDIR:H:H:H:H}/contrib/atf
ATF_TESTS_SH= atf-check_test
-.include <atf.test.mk>
+.include <bsd.test.mk>