mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
Continue D40356 and switch the remaining parts of mbuf-related code to the Netlink mbufs. Reviewed By: gallatin Differential Revision: https://reviews.freebsd.org/D40368 MFC after: 2 weeks
18 lines
420 B
Makefile
18 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
WARNS?= 1
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netlink
|
|
|
|
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>
|