mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
19 lines
231 B
Makefile
19 lines
231 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
.PATH: ${.CURDIR}/../../../tests/callout_test
|
|
|
|
KMOD= callout_test
|
|
SRCS= callout_test.c
|
|
|
|
#
|
|
# Enable full debugging
|
|
#
|
|
#CFLAGS += -g
|
|
|
|
.include <bsd.kmod.mk>
|