]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/tftpd/tests/Makefile
MFC r330696, r330709, r330742, r331358
[FreeBSD/stable/10.git] / libexec / tftpd / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 # Skip on GCC 4.2, because it lacks __COUNTER__
6 .if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40300
7 ATF_TESTS_C=    functional
8 TEST_METADATA.functional+=      timeout=15
9 .endif
10
11 LIBADD= util
12 WARNS?= 6
13
14 .include <bsd.test.mk>