diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2012-11-30 01:41:50 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2012-11-30 01:41:50 +0000 |
| commit | 7c68c8e5c2f7ad99b18ba41581eebcf88979faed (patch) | |
| tree | 67249d82cbdb5228d0c11f9bc31708d9f15d4bfc /tests/ipf | |
| parent | 1146a8fdd3c280a6f522a8c6b773ca4bde1de1a9 (diff) | |
Rather than providing a custom Atffile that requires separate
maintenance, just don't build or install the t_bpf.sh test.
Diffstat (limited to 'tests/ipf')
| -rw-r--r-- | tests/ipf/Atffile | 14 | ||||
| -rw-r--r-- | tests/ipf/Makefile | 7 |
2 files changed, 4 insertions, 17 deletions
diff --git a/tests/ipf/Atffile b/tests/ipf/Atffile deleted file mode 100644 index c4b34154326..00000000000 --- a/tests/ipf/Atffile +++ /dev/null @@ -1,14 +0,0 @@ -Content-Type: application/X-atf-atffile; version="1" - -# Automatically generated by bsd.test.mk. - -prop: test-suite = "NetBSD" - -#tp: t_bpf -tp: t_filter_exec -tp: t_filter_parse -tp: t_logging -tp: t_nat_exec -tp: t_nat_ipf_exec -tp: t_nat_parse -tp: t_pools diff --git a/tests/ipf/Makefile b/tests/ipf/Makefile index c88175ae868..aa8f3ea3547 100644 --- a/tests/ipf/Makefile +++ b/tests/ipf/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2010/12/18 13:06:51 pooka Exp $ +# $NetBSD: Makefile,v 1.5 2012/11/30 01:41:50 pgoyette 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_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 \ t_nat_ipf_exec t_nat_parse t_pools TESTS_SH+= ${name} TESTS_SH_SRC_${name}= h_common.sh ${name}.sh |
