0b5da45aff
- Check if setkey correctly handles algorithms for AH/ESP - Check IPsec of transport mode with AH/ESP over IPv4/IPv6 - Check IPsec of tunnel mode with AH/ESP over IPv4/IPv6
15 lines
334 B
Makefile
15 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/04/14 02:56:49 ozaki-r Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/net/ipsec
|
|
|
|
.for name in ipsec_ah_keys ipsec_esp_keys ipsec_sysctl ipsec_transport \
|
|
ipsec_tunnel
|
|
TESTS_SH+= t_${name}
|
|
TESTS_SH_SRC_t_${name}= ../net_common.sh ./algorithms.sh t_${name}.sh
|
|
.endfor
|
|
|
|
.include <bsd.test.mk>
|