1
2PACKAGE=	tests
3
4TESTSDIR=       ${TESTSBASE}/sys/netpfil/pf/ioctl
5
6ATF_TESTS_C += \
7	validation
8
9.include <bsd.test.mk>
10