9f755fc976
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
28 lines
547 B
Makefile
28 lines
547 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys
|
|
|
|
TESTS_SUBDIRS+= acl
|
|
TESTS_SUBDIRS+= aio
|
|
TESTS_SUBDIRS+= fifo
|
|
TESTS_SUBDIRS+= file
|
|
TESTS_SUBDIRS+= fs
|
|
TESTS_SUBDIRS+= geom
|
|
TESTS_SUBDIRS+= kern
|
|
TESTS_SUBDIRS+= kqueue
|
|
TESTS_SUBDIRS+= mac
|
|
TESTS_SUBDIRS+= mqueue
|
|
TESTS_SUBDIRS+= netinet
|
|
TESTS_SUBDIRS+= netipsec
|
|
TESTS_SUBDIRS+= netpfil
|
|
TESTS_SUBDIRS+= opencrypto
|
|
TESTS_SUBDIRS+= posixshm
|
|
TESTS_SUBDIRS+= sys
|
|
TESTS_SUBDIRS+= vfs
|
|
TESTS_SUBDIRS+= vm
|
|
|
|
# Items not integrated into kyua runs by default
|
|
SUBDIR+= pjdfstest
|
|
|
|
.include <bsd.test.mk>
|