mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
17 lines
435 B
Makefile
17 lines
435 B
Makefile
PACKAGE= tests
|
|
WARNS?= 1
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netlink
|
|
|
|
ATF_TESTS_C+= netlink_socket
|
|
ATF_TESTS_C+= test_snl test_snl_generic
|
|
ATF_TESTS_PYTEST += test_nl_core.py
|
|
ATF_TESTS_PYTEST += test_rtnl_iface.py
|
|
ATF_TESTS_PYTEST += test_rtnl_ifaddr.py
|
|
ATF_TESTS_PYTEST += test_rtnl_neigh.py
|
|
ATF_TESTS_PYTEST += test_rtnl_route.py
|
|
ATF_TESTS_PYTEST += test_netlink_message_writer.py
|
|
|
|
CFLAGS+= -I${.CURDIR:H:H:H}
|
|
|
|
.include <bsd.test.mk>
|