opnsense-src/tests/sys/netinet/libalias/Makefile
Lutz Donnerhacke c1fbb54f4b test/libalias: Tests for outgoing NAT
Testing LibAliasOut functionality. This concentrates the typical use
case of initiating data transfers from the inside.  Provide a
exhaustive test for the data structure in order to check for
performance improvements.

Reviewed by:	kp
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D30335
2021-05-21 11:45:52 +02:00

28 lines
401 B
Makefile

# $FreeBSD$
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/netinet/libalias
BINDIR= ${TESTSDIR}
ATF_TESTS_C+= 1_instance \
2_natout \
LIBADD+= alias
SRCS.1_instance=1_instance.c util.c
SRCS.2_natout= 2_natout.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