Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/ipf/ipftest/test Add the regress tests for n5, n6 a...



details:   https://anonhg.NetBSD.org/src/rev/15aa892d385b
branches:  trunk
changeset: 487735:15aa892d385b
user:      veego <veego%NetBSD.org@localhost>
date:      Mon Jun 12 10:45:32 2000 +0000

description:
Add the regress tests for n5, n6 and n7.

diffstat:

 usr.sbin/ipf/ipftest/test/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r ceb03e2e8f2b -r 15aa892d385b usr.sbin/ipf/ipftest/test/Makefile
--- a/usr.sbin/ipf/ipftest/test/Makefile        Mon Jun 12 10:43:24 2000 +0000
+++ b/usr.sbin/ipf/ipftest/test/Makefile        Mon Jun 12 10:45:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2000/02/06 13:05:25 veego Exp $
+#      $NetBSD: Makefile,v 1.5 2000/06/12 10:45:32 veego Exp $
 #
 # (C)opyright 1993-1996 by Darren Reed.
 #
@@ -19,7 +19,7 @@
 # Rule parsing tests
 ptests: i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11
 
-ntests: n1 n2 n3 n4
+ntests: n1 n2 n3 n4 n5 n6 n7
 
 0:
        @(cd ..; make ipftest; )
@@ -33,11 +33,11 @@
 i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11:
        @/bin/sh ./itest $@
 
-n1 n2 n3 n4:
+n1 n2 n3 n4 n5 n6 n7:
        @/bin/sh ./nattest $@
 
 clean cleandir:
        /bin/rm -f f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f14
        /bin/rm -f i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11
-       /bin/rm -f n1 n2 n3 n4
+       /bin/rm -f n1 n2 n3 n4 n5 n6 n7
        /bin/rm -rf results



Home | Main Index | Thread Index | Old Index