diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-04-14 23:51:57 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-04-14 23:51:57 +0000 |
commit | 63fa6c9a5bcb0e744670fa34db16515102fe8431 (patch) | |
tree | 4a708e45badfa8bd5040762462d01df8f4160ae8 /share/examples | |
parent | 813864aadb85d56ff09c1dcac212be2307bba3ed (diff) | |
download | FreeBSD-src-63fa6c9a5bcb0e744670fa34db16515102fe8431.zip FreeBSD-src-63fa6c9a5bcb0e744670fa34db16515102fe8431.tar.gz |
MFC refactoring of the *.test.mk files.
- r263161 Make bsd.test.mk the only public mk fragment for the building of tests.
- r263172 Move FreeBSD Test Suite-specific code to a suite.test.mk file.
- r263204 Add some documentation for bsd.test.mk.
- r263217 Document support for TAP-compliant Perl test programs.
This is "make tinderbox" clean.
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/tests/tests/atf/Makefile | 2 | ||||
-rw-r--r-- | share/examples/tests/tests/plain/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/tests/tests/atf/Makefile b/share/examples/tests/tests/atf/Makefile index d93813da..c7bd46f 100644 --- a/share/examples/tests/tests/atf/Makefile +++ b/share/examples/tests/tests/atf/Makefile @@ -27,4 +27,4 @@ ATF_TESTS_SH= cp_test # definitions from above. KYUAFILE= yes -.include <atf.test.mk> +.include <bsd.test.mk> diff --git a/share/examples/tests/tests/plain/Makefile b/share/examples/tests/tests/plain/Makefile index 309dbef..7348c5a 100644 --- a/share/examples/tests/tests/plain/Makefile +++ b/share/examples/tests/tests/plain/Makefile @@ -27,4 +27,4 @@ PLAIN_TESTS_SH= cp_test # definitions from above. KYUAFILE= yes -.include <plain.test.mk> +.include <bsd.test.mk> |