From 63fa6c9a5bcb0e744670fa34db16515102fe8431 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 14 Apr 2014 23:51:57 +0000 Subject: 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. --- share/examples/tests/tests/atf/Makefile | 2 +- share/examples/tests/tests/plain/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'share/examples') 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 +.include 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 +.include -- cgit v1.1