- Timestamp:
- 02/02/15 16:59: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:
- 3440627
- Parents:
- 68d3308
- Location:
- test
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
r262a093 r3fc3267 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 = test-pcap-bpf test-event test-time test-dir test-wireless test-errors \ 14 test-plen test-autodetect test-ports test-fragment test-live test-live-snaplen 14 test-plen test-autodetect test-ports test-fragment test-live \ 15 test-live-snaplen test-vxlan 15 16 16 17 .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.