NetBSD/usr.sbin/ipf/ipftest/test/Makefile

40 lines
806 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 1998/05/29 20:59:43 veego Exp $
1997-03-29 05:49:40 +03:00
#
# (C)opyright 1993-1996 by Darren Reed.
#
1997-09-21 20:47:50 +04:00
# 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.
1997-03-29 05:49:40 +03:00
#
BINDEST=/usr/local/bin
SBINDEST=/sbin
MANDIR=/usr/share/man
tests: first 0 ftests ptests
first:
-mkdir -p results
# Filtering tests
1997-05-25 15:45:50 +04:00
ftests: 1 2 3 4 5 6 7 8 9 10 11 12 14
1997-03-29 05:49:40 +03:00
# Rule parsing tests
ptests: i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11
0:
@(cd ..; make ipftest; )
1997-05-25 15:45:50 +04:00
1 2 3 4 5 6 7 8 9 10 11 14:
1997-09-21 20:47:50 +04:00
@/bin/sh ./dotest $@
1997-03-29 05:49:40 +03:00
12:
1997-09-21 20:47:50 +04:00
@/bin/sh ./hextest $@
1997-03-29 05:49:40 +03:00
i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11:
1997-09-21 20:47:50 +04:00
@/bin/sh ./itest $@
1997-03-29 05:49:40 +03:00
clean:
/bin/rm -f 1 2 3 4 5 6 7 8 9 10 11 12 14
/bin/rm -rf results
1997-03-29 05:49:40 +03:00
/bin/rm -f i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11