Deleted Added
sdiff udiff text old ( 259962 ) new ( 264483 )
full compact
1# $FreeBSD: stable/10/share/mk/atf.test.mk 259962 2013-12-27 22:00:22Z 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>