mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
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
9 lines
147 B
Makefile
9 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= libpythagoras target
|
|
|
|
SUBDIR_DEPEND_target= libpythagoras
|
|
ATF_TESTS_C= ld_library_pathfds
|
|
WARNS?= 3
|
|
|
|
.include <bsd.test.mk>
|