opnsense-src/sys/modules/tests/framework/Makefile
Randall Stewart f52e50aef4 Add a kernel test framework. The callout_test is a demonstration and will only
work with the upcoming async-drain functionality. Tests can be added
to the tests directory and then the framework can be used to launch
those tests.

MFC after:	1 month
Sponsored by:	Netflix Inc.
Differential Revision:	https://reviews.freebsd.org/D1755
2015-11-10 14:14:41 +00:00

15 lines
170 B
Makefile

#
# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../tests/framework
KMOD= kern_testfrwk
SRCS= kern_testfrwk.c
#
# Enable full debugging
#
#CFLAGS += -g
.include <bsd.kmod.mk>