98c5f9884e
Validate the DIOCRADDTABLES and DIOCRDELTABLES ioctls with invalid size values. All of these requests should fail. MFC after: 1 week
11 lines
133 B
Makefile
11 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netpfil/pf/ioctl
|
|
|
|
ATF_TESTS_C += \
|
|
validation
|
|
|
|
.include <bsd.test.mk>
|