mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 17:51:07 -04:00
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
15 lines
170 B
Makefile
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>
|