diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-10-16 21:36:13 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-10-16 21:36:13 +0000 |
commit | 51f47642b89ec86de2ecb6e86c2d3c1242624c50 (patch) | |
tree | 5b3ef07c5772e1e48e1a1811f5d646e2ae5dc22f /regress/sbin/ipsecctl/Makefile | |
parent | 4fe8262213dd62c22525976f92fd88ccbadaf72d (diff) |
Regression tests for "any" keyword.
Diffstat (limited to 'regress/sbin/ipsecctl/Makefile')
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index 7e961f70360..c7c1f111d37 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2005/09/05 08:50:47 hshoexer Exp $ +# $OpenBSD: Makefile,v 1.8 2005/10/16 21:36:12 hshoexer Exp $ # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches @@ -7,10 +7,10 @@ # sa: same as above, but for SA rules. # ike: same as above, but for ike rules. -IPSECTESTS=1 2 3 4 5 6 7 8 9 10 11 12 +IPSECTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 TCPMD5TESTS=1 2 3 -SATESTS=1 2 3 4 5 6 -IKETESTS=1 2 3 4 5 6 7 +SATESTS=1 2 3 4 5 6 7 +IKETESTS=1 2 3 4 5 6 7 8 SHELL=/bin/sh |