freebsd-nq/tests/sys/netpfil/pf/ioctl/Makefile
Kristof Provost 98c5f9884e pf tests: Basic ioctl validation tests
Validate the DIOCRADDTABLES and DIOCRDELTABLES ioctls with invalid size
values. All of these requests should fail.

MFC after:	1 week
2018-04-06 15:03:48 +00:00

11 lines
133 B
Makefile

# $FreeBSD$
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/netpfil/pf/ioctl
ATF_TESTS_C += \
validation
.include <bsd.test.mk>