freebsd-dev/tests/sys/netipsec/Makefile
Kristof Provost 4fbebc7472 Add IPSec tests in tunnel mode
Some IPSec in tunnel mode allowing to test multiple IPSec
configurations.  These tests are reusing the jail/vnet scripts from pf
tests for generating complex network.

Submitted by:	olivier@
Differential Revision:	https://reviews.freebsd.org/D13017
2017-12-03 13:52:35 +00:00

8 lines
99 B
Makefile

# $FreeBSD$
TESTSDIR= ${TESTSBASE}/sys/netipsec
TESTS_SUBDIRS+= tunnel
.include <bsd.test.mk>