# $NetBSD: Makefile,v 1.4 2022/11/25 08:43:16 knakahara Exp $
#

include <bsd.own.mk>

TESTSDIR=       ${TESTSBASE}/net/if_ipsec

for name in ipsec ipsec_natt ipsec_pfil ipsec_unnumbered
TESTS_SH+=              t_${name}
TESTS_SH_SRC_t_${name}= ../net_common.sh t_${name}.sh \
       ../ipsec/common.sh ../ipsec/algorithms.sh
endfor

include <bsd.test.mk>