Deleted Added
sdiff udiff text old ( 258297 ) new ( 263161 )
full compact
1# $FreeBSD: head/share/mk/atf.test.mk 263161 2014-03-14 08:56:19Z jmmv $
2#
3# You must include bsd.test.mk instead of this file from your Makefile.
4#
5# Logic to build and install ATF test programs; i.e. test programs linked
6# against the ATF libraries.
7
8.if !target(__<bsd.test.mk>__)
9.error atf.test.mk cannot be included directly.
10.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