mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05: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
171 B
Makefile
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>
|