]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libregex/tests/Makefile
Upgrade Unbound to 1.7.0. More to follow.
[FreeBSD/FreeBSD.git] / lib / libregex / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4 TESTSRC=        ${SRCTOP}/contrib/netbsd-tests/lib/libc/regex
5
6 .PATH:          ${SRCTOP}/tests
7
8 .include "${SRCTOP}/lib/libc/tests/regex/Makefile.inc"
9
10 ATF_TESTS_SH+=  libregex_test
11
12 ${PACKAGE}DATA_FILES+=  gnuext.in
13
14 LIBADD.h_regex+=regex
15 .for t in ${NETBSD_ATF_TESTS_C}
16 LIBADD.$t+=     regex
17 .endfor
18
19 .include <netbsd-tests.test.mk>
20 .include <bsd.test.mk>