Changeset ec19a99
- Timestamp:
- 01/11/19 16:15:31 (2 years ago)
- Branches:
- develop
- Children:
- e0d922a
- Parents:
- 2a1eebc
- Location:
- test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
r568a341 rec19a99 19 19 BINS = test-pcap-bpf test-event test-time test-dir test-wireless test-errors \ 20 20 test-plen test-autodetect test-ports test-fragment test-live \ 21 test-live-snaplen test-vxlan test-setcaplen $(BINS_DATASTRUCT) $(BINS_PARALLEL) 21 test-live-snaplen test-vxlan test-setcaplen test-wlen \ 22 $(BINS_DATASTRUCT) $(BINS_PARALLEL) 22 23 23 24 .PHONY: all clean distclean install depend test -
test/do-tests.sh
r51276bd rec19a99 79 79 echo \* Testing payload length 80 80 do_test ./test-plen 81 82 echo \* Testing wire length 83 echo \* ERF 84 do_test ./test-wlen erf 85 echo \* pcapfile 86 do_test ./test-wlen pcapfile 87 echo \* pcapfilens 88 do_test ./test-wlen pcapfilens 89 echo \* legacyatm 90 do_test ./test-wlen legacyatm 91 echo \* legacypos 92 do_test ./test-wlen legacypos 93 echo \* legacyeth 94 do_test ./test-wlen legacyeth 95 echo \* rawerf 96 do_test ./test-wlen rawerf 97 echo \* pcap 98 do_test ./test-wlen pcap 99 echo \* tsh 100 do_test ./test-wlen tsh 101 echo \* pcapng 102 do_test ./test-wlen pcapng 81 103 82 104 echo \* Testing port numbers
Note: See TracChangeset
for help on using the changeset viewer.