diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-02 00:25:00 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-02 00:25:00 +0000 |
commit | ca82df47d3c57652f46a26373a03638f404f8607 (patch) | |
tree | 844cccbc034cbd79afd0c94fd2862b9071774768 /regress/sbin/ipsecctl/Makefile | |
parent | de79c9dc0be22543519cc63dae34eee1dec4a19c (diff) |
fix this tests. Enable a bunch of new sa tests
Diffstat (limited to 'regress/sbin/ipsecctl/Makefile')
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index 0f662305c16..cf250e2f5f0 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2006/05/31 11:34:24 todd Exp $ +# $OpenBSD: Makefile,v 1.24 2006/06/02 00:24:59 hshoexer Exp $ # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches @@ -11,9 +11,9 @@ IPSECTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 IPSECTESTS+=25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 44 #IPSECTESTS+=39 TCPMD5TESTS=1 2 3 -SATESTS=1 2 3 4 5 6 7 8 9 10 11 12 +SATESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 SAFAIL=1 -IPSECFAIL=1 2 +IPSECFAIL=1 IKEFAIL=1 IKETESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #IKETESTS+=16 17 18 19 20 21 22 23 24 |