]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ipfilter/test/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / contrib / ipfilter / test / Makefile
1 #
2 # (C)opyright 1993-1996 by Darren Reed.
3 #
4 # Redistribution and use in source and binary forms are permitted
5 # provided that this notice is preserved and due credit is given
6 # to the original author and the contributors.
7 #
8 BINDEST=/usr/local/bin
9 SBINDEST=/sbin
10 MANDIR=/usr/share/man
11
12 tests: first 0 ftests ptests ntests
13
14 first:
15         -mkdir -p results
16
17 # Filtering tests
18 ftests: f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f14
19
20 # Rule parsing tests
21 ptests: i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11
22
23 ntests: n1 n2 n3 n4
24
25 0:
26         @(cd ..; make ipftest; )
27
28 f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f14:
29         @/bin/sh ./dotest $@
30
31 f12:
32         @/bin/sh ./hextest $@
33
34 i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11:
35         @/bin/sh ./itest $@
36
37 n1 n2 n3 n4:
38         @/bin/sh ./nattest $@
39
40 clean:
41         /bin/rm -f f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f14 results/*
42         /bin/rm -f i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11
43         /bin/rm -f n1 n2 n3 n4