opnsense-src/tests/sys/netinet/libalias/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

31 lines
472 B
Makefile

PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/netinet/libalias
BINDIR= ${TESTSDIR}
ATF_TESTS_C+= 1_instance \
2_natout \
3_natin \
PROGS+= perf
LIBADD+= alias
SRCS.1_instance=1_instance.c util.c
SRCS.2_natout= 2_natout.c util.c
SRCS.3_natin= 3_natin.c util.c
SRCS.perf= perf.c util.c
.include <bsd.test.mk>
#
# Testing during development
#
test: all
cd ${.OBJDIR}; kyua test
report:
cd ${.OBJDIR}; kyua report
report-v:
cd ${.OBJDIR}; kyua report --verbose