1 # 2 # About the tests: 3 # 4 # test1.sh - 5 # test2.sh - 6 # test3.sh - 7 # 8 # About the test files: 9 # 10 11 SH_TESTS = test1.sh test-pdfs.sh test-multifile.sh test-iptree.sh test-chroot.sh 12 13 EXTRA_DIST = $(SH_TESTS) test-subs.sh test1.pcap test2.pcap test3.pcap test4.pcap 14 15 TESTS = $(SH_TESTS) 16 17 CLEANFILES = \ 18 out/010.000.000.001.09999-010.000.000.002.36559--42 \ 19 out/010.000.000.002.36559-010.000.000.001.09999--42 \ 20 out/074.125.019.101.00080-192.168.001.102.50956 \ 21 out/074.125.019.104.00080-192.168.001.102.50955 \ 22 out/192.168.001.102.50955-074.125.019.104.00080 \ 23 out/192.168.001.102.50956-074.125.019.101.00080 \ 24 out/2001:6f8:102d::2d0:9ff:fee3:e8de.59201-2001:6f8:900:7c0::2.00080 \ 25 out/2001:6f8:900:7c0::2.00080-2001:6f8:102d::2d0:9ff:fee3:e8de.59201 \ 26 out/report.xml 27 28 nitroba.pcap: 29 wget http://downloads.digitalcorpora.org/corpora/packets/2008-nitroba/nitroba.pcap 30 31 clean: 32 @echo Erase any left over trace files 33 /bin/rm -f *.[0-9][0-9][0-9][0-9][0-9]-[0-9][0-9][0-9].* 34