35804720ec
ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revision: https://reviews.freebsd.org/D9933
10 lines
147 B
Makefile
10 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= libpythagoras target
|
|
|
|
SUBDIR_DEPEND_target= libpythagoras
|
|
ATF_TESTS_C= ld_library_pathfds
|
|
WARNS?= 3
|
|
|
|
.include <bsd.test.mk>
|