opnsense-src/sys/modules/tests/framework/Makefile

21 lines
258 B
Makefile
Raw Normal View History

#
# $FreeBSD$
#
PACKAGE= tests
FILESGROUPS= TESTS
TESTSPACKAGE= ${PACKAGE}
.PATH: ${.CURDIR}/../../../tests/framework
KMOD= kern_testfrwk
SRCS= kern_testfrwk.c
2015-11-17 13:28:56 -05:00
SRCS+= bus_if.h device_if.h
#
# Enable full debugging
#
#CFLAGS += -g
.include <bsd.kmod.mk>