summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/test/Makefile')
-rw-r--r--contrib/ipfilter/test/Makefile89
1 files changed, 54 insertions, 35 deletions
diff --git a/contrib/ipfilter/test/Makefile b/contrib/ipfilter/test/Makefile
index a7a6c29..7f17241 100644
--- a/contrib/ipfilter/test/Makefile
+++ b/contrib/ipfilter/test/Makefile
@@ -1,15 +1,21 @@
#
# (C)opyright 1993-1996 by Darren Reed.
#
-# Redistribution and use in source and binary forms are permitted
-# provided that this notice is preserved and due credit is given
-# to the original author and the contributors.
+# See the IPFILTER.LICENCE file for details on licencing.
#
BINDEST=/usr/local/bin
SBINDEST=/sbin
MANDIR=/usr/share/man
+all: results tests
-tests: first 0 ftests ptests ntests nitests logtests ipv6 intests
+results:
+ mkdir -p results
+
+tests: ipf nat logtests ipv6 pools
+
+ipf: ftests ptests
+
+nat: ntests nitests intests
first:
-mkdir -p results
@@ -18,57 +24,70 @@ first:
ftests: f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15 f16 f17
# Rule parsing tests
-ptests: i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12
+ptests: i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12 i13 i14 i15
-ntests: n1 n2 n3 n4 n5 n6 n7
+ntests: n1 n2 n3 n4 n5 n6 n7 n8 n9 n10 n11 n12
-nitests: ni1 ni2 ni3 ni4 ni5
+nitests: ni1 ni2 ni3 ni4 ni5 ni6 ni7 ni8 ni9 ni10 ni11 ni12 ni13 ni14 ni15 ni16
-intests: in1 in2 in3 in4
+intests: in1 in2 in3 in4 in5 in6
logtests: l1
-ipv6: ipv6.1 ipv6.2 ipv6.3
+pools: p1 p2 p3 ip1
-0:
- @(cd ..; make ipftest; )
+ipv6: ipv6.1 ipv6.2 ipv6.3
-f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f14:
- @/bin/sh ./dotest $@
+bpf: bpf1 bpf-f1
-f12 f13:
- @/bin/sh ./hextest $@
+f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14:
+ @/bin/sh ./dotest `awk "/^$@ / { print; } " test.format`
-f15 f16:
- @/bin/sh ./mtest $@
+f15 f16 f17:
+ @/bin/sh ./mtest `awk "/^$@ / { print; } " test.format`
-f17:
- @/bin/sh ./mhtest $@
+i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12 i13 i14 i15 bpf1:
+ @/bin/sh ./itest `awk "/^$@ / { print; } " test.format`
-i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12:
- @/bin/sh ./itest $@
+n1 n2 n3 n4 n5 n6 n7 n8 n9 n10 n11 n12:
+ @/bin/sh ./nattest `awk "/^$@ / { print; } " test.format`
-n1 n2 n3 n4 n5 n6 n7:
- @/bin/sh ./nattest $@
+ni1 ni2 ni3 ni4 ni5 ni7 ni8 ni9 ni10 ni11 ni12 ni13 ni14 ni15 ni16:
+ @/bin/sh ./natipftest single `awk "/^$@ / { print; } " test.format`
-ni1 ni2 ni3 ni4 ni5 ni7 ni8 ni10 ni11:
- @/bin/sh ./natipftest $@
+ni6:
+ @/bin/sh ./natipftest multi `awk "/^$@ / { print; } " test.format`
-in1 in2 in3 in4:
- @/bin/sh ./intest $@
+in1 in2 in3 in4 in5 in6:
+ @/bin/sh ./intest `awk "/^$@ / { print; } " test.format`
l1:
- @/bin/sh ./logtest $@
+ @/bin/sh ./logtest `awk "/^$@ / { print; } " test.format`
ipv6.1 ipv6.2 ipv6.3:
- @/bin/sh ./dotest6 $@
+ @/bin/sh ./dotest6 `awk "/^$@ / { print; } " test.format`
+
+p1 p2 p3:
+ @/bin/sh ./ptest `awk "/^$@ / { print; } " test.format`
+
+ip1:
+ @/bin/sh ./iptest `awk "/^$@ / { print; } " test.format`
+
+bpf-f1:
+ /bin/sh ./bpftest `awk "/^$@ / { print; } " test.format`
clean:
- /bin/rm -f f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f13 f12 f14 f15 f16 f17
- /bin/rm -f i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12
- /bin/rm -f n1 n2 n3 n4 n5 n6 n7
- /bin/rm -f ni1 ni2 ni3 ni4 ni5
- /bin/rm -f in1 in2 in3 in4
+ /bin/rm -f f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15 f16 f17
+ /bin/rm -f i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12 i13 i14 i15
+ /bin/rm -f n1 n2 n3 n4 n5 n6 n7 n8 n9 n10 n11 n12
+ /bin/rm -f ni1 ni2 ni3 ni4 ni5 ni6 ni7 ni8 ni9
+ /bin/rm -f ni10 ni11 ni12 ni13 ni14 ni15 ni16
+ /bin/rm -f in1 in2 in3 in4 in5 in6
+ /bin/rm -f p1 p2 p3 ip1
/bin/rm -f l1
/bin/rm -f ipv6.1 ipv6.2 ipv6.3
- /bin/rm -f results/*
+ /bin/rm -f bpf1 bpf-f1
+ /bin/rm -f results/* logout
+
+diffs:
+ -cd expected; for i in *; do if [ -f $$i -a ! -f ../$$i -a -f ../results/$$i ] ; then diff -c $$i ../results/$$i >> ../diff.out; fi done
OpenPOWER on IntegriCloud