- Timestamp:
- 02/13/15 13:23:34 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- de74f88
- Parents:
- 0b01fea (diff), 92d5f15 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- test
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
rf051c1b r4631115 9 9 CFLAGS += $(INCLUDE) 10 10 libdir = $(PREFIX)/lib/.libs:$(PREFIX)/libpacketdump/.libs 11 LDLIBS = -L$(PREFIX)/lib/.libs -L$(PREFIX)/libpacketdump/.libs -ltrace -lpacketdump 11 LDLIBS = -L$(PREFIX)/lib/.libs -L$(PREFIX)/libpacketdump/.libs -ltrace -lpacketdump 12 12 13 13 BINS_DATASTRUCT = test-datastruct-vector test-datastruct-deque \ … … 18 18 19 19 BINS = test-pcap-bpf test-event test-time test-dir test-wireless test-errors \ 20 test-plen test-autodetect test-ports test-fragment test-live test-live-snaplen\21 $(BINS_DATASTRUCT) $(BINS_PARALLEL)20 test-plen test-autodetect test-ports test-fragment test-live \ 21 test-live-snaplen test-vxlan $(BINS_DATASTRUCT) $(BINS_PARALLEL) 22 22 23 23 .PHONY: all clean distclean install depend test -
test/do-tests.sh
r95b6218 r3fc3267 230 230 do_test ./test-autodetect traces/5_packets.erf.xz 231 231 232 echo " * VXLan decode" 233 do_test ./test-vxlan 234 232 235 echo 233 236 echo "Tests passed: $OK"
Note: See TracChangeset
for help on using the changeset viewer.