Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/ipf Rather than providing a custom Atffile that requir...



details:   https://anonhg.NetBSD.org/src/rev/fc6263e5200b
branches:  trunk
changeset: 782983:fc6263e5200b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Nov 30 01:41:50 2012 +0000

description:
Rather than providing a custom Atffile that requires separate
maintenance, just don't build or install the t_bpf.sh test.

diffstat:

 tests/ipf/Atffile  |  14 --------------
 tests/ipf/Makefile |   7 ++++---
 2 files changed, 4 insertions(+), 17 deletions(-)

diffs (39 lines):

diff -r 027c2ddd62ea -r fc6263e5200b tests/ipf/Atffile
--- a/tests/ipf/Atffile Thu Nov 29 23:23:22 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 027c2ddd62ea -r fc6263e5200b tests/ipf/Makefile
--- a/tests/ipf/Makefile        Thu Nov 29 23:23:22 2012 +0000
+++ b/tests/ipf/Makefile        Fri Nov 30 01:41:50 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index