freebsd-dev/lib/libc/tests/setjmp/Makefile
Enji Cooper c5a5e42ca1 Add _test suffix to multiple tests in lib/libc to conform to the design noted
in the FreeBSD Test Suite wiki

MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
2015-11-02 01:29:01 +00:00

14 lines
224 B
Makefile

# $FreeBSD$
NETBSD_ATF_TESTS_C= setjmp_test
NETBSD_ATF_TESTS_C+= threadjmp_test
DPADD.threadjmp_test+= ${LIBPTHREAD}
LDADD.threadjmp_test+= -lpthread
WARNS?= 4
.include "../Makefile.netbsd-tests"
.include <bsd.test.mk>