freebsd-src/sys/tests
Kristof Provost ab393e9548 netlink: move NETLINK define to opt_global.h
Move the NETLINK define into opt_global.h so we can rely on it being
set correctly, without having to remember to include opt_netlink.h.
This ensures that the NETLINK define is correctly set. If not we
may end up with unloadable modules, due to missing symbols (such as
nlmsg_get_group_writer).

PR:		274306
Reviewed by:	imp, markj
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D42179
2023-10-13 09:23:47 +02:00
..
callout_test sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
epoch sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
fib_lookup sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
framework sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
runtest sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
callout_test.h sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
kern_testfrwk.h sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ktest.c netlink: move NETLINK define to opt_global.h 2023-10-13 09:23:47 +02:00
ktest.h ktest: make ktest work with Netlink loaded as a module. 2023-06-13 06:04:14 +00:00
ktest_example.c Testing: add framework for the kernel unit tests. 2023-04-14 15:47:55 +00:00