2012-11-30 05:41:50 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2012/11/30 01:41:50 pgoyette Exp $
|
2009-02-21 00:42:59 +03:00
|
|
|
|
|
|
|
NOMAN= # defined
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
TESTSDIR= ${TESTSBASE}/ipf
|
|
|
|
|
2012-11-30 05:41:50 +04:00
|
|
|
# t_bpf is omitted from the test list since we don't support it on NetBSD
|
|
|
|
|
|
|
|
.for name in t_filter_exec t_filter_parse t_logging t_nat_exec \
|
2010-07-10 21:28:36 +04:00
|
|
|
t_nat_ipf_exec t_nat_parse t_pools
|
|
|
|
TESTS_SH+= ${name}
|
|
|
|
TESTS_SH_SRC_${name}= h_common.sh ${name}.sh
|
|
|
|
.endfor
|
2009-02-21 00:42:59 +03:00
|
|
|
|
|
|
|
SUBDIR= regress input expected
|
|
|
|
|
|
|
|
.include <bsd.test.mk>
|