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