NetBSD/tests/ipf/Makefile

19 lines
391 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/12/18 13:06:51 pooka Exp $
NOMAN= # defined
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/ipf
ATFFILE= yes
.for name in t_bpf t_filter_exec t_filter_parse t_logging t_nat_exec \
t_nat_ipf_exec t_nat_parse t_pools
TESTS_SH+= ${name}
TESTS_SH_SRC_${name}= h_common.sh ${name}.sh
.endfor
SUBDIR= regress input expected
.include <bsd.test.mk>