Deleted Added
full compact
atf.test.mk (259962) atf.test.mk (264483)
1# $FreeBSD: stable/10/share/mk/atf.test.mk 259962 2013-12-27 22:00:22Z jmmv $
1# $FreeBSD: stable/10/share/mk/atf.test.mk 264483 2014-04-14 23:51:57Z jmmv $
2#
2#
3# You must include bsd.test.mk instead of this file from your Makefile.
4#
3# Logic to build and install ATF test programs; i.e. test programs linked
4# against the ATF libraries.
5
5# Logic to build and install ATF test programs; i.e. test programs linked
6# against the ATF libraries.
7
6.include <bsd.init.mk>
8.if !target(__<bsd.test.mk>__)
9.error atf.test.mk cannot be included directly.
10.endif
7
8# List of C, C++ and shell test programs to build.
9#
10# Programs listed here are built using PROGS, PROGS_CXX and SCRIPTS,
11# respectively, from bsd.prog.mk. However, the build rules are tweaked to
12# require the ATF libraries.
13#
14# Test programs registered in this manner are set to be installed into TESTSDIR

--- 144 unchanged lines hidden (view full) ---

159 echo; \
160 echo "*** The verbatim output of atf-run has been saved to ${_TESTS_LOG}"; \
161 echo "***"; \
162 echo "*** WARNING: atf-run is deprecated; please install kyua instead"; \
163 exit $${result}
164.endif
165
166.endif
11
12# List of C, C++ and shell test programs to build.
13#
14# Programs listed here are built using PROGS, PROGS_CXX and SCRIPTS,
15# respectively, from bsd.prog.mk. However, the build rules are tweaked to
16# require the ATF libraries.
17#
18# Test programs registered in this manner are set to be installed into TESTSDIR

--- 144 unchanged lines hidden (view full) ---

163 echo; \
164 echo "*** The verbatim output of atf-run has been saved to ${_TESTS_LOG}"; \
165 echo "***"; \
166 echo "*** WARNING: atf-run is deprecated; please install kyua instead"; \
167 exit $${result}
168.endif
169
170.endif
167
168.include <bsd.test.mk>