opnsense-src/sys/modules/tests/callout_test/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
171 B
Makefile

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