Deleted Added
sdiff udiff text old ( 258297 ) new ( 263161 )
full compact
1# $FreeBSD: head/share/mk/atf.test.mk 258297 2013-11-18 12:44:05Z jmmv $
2#
3# Logic to build and install ATF test programs; i.e. test programs linked
4# against the ATF libraries.
5
6.include <bsd.init.mk>
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
167
168.include <bsd.test.mk>