mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= tftp_test
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
TEST_METADATA.tftp_test+= is_exclusive="true"
|
|
|
|
.include <bsd.test.mk>
|