- Timestamp:
- 04/21/06 11:09:28 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, 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:
- e9ee974
- Parents:
- 39e141f
- Location:
- test
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
rd0906e7 r222d8f5 10 10 LDLIBS = -L$(libdir) -ltrace 11 11 12 BINS = test-pcap-bpf test-event test-time test-seek12 BINS = test-pcap-bpf test-event test-time #test-seek 13 13 14 14 .PHONY: all clean distclean install depend test … … 32 32 33 33 test-convert-all: test-convert 34 @for i in erf pcap wtf rtclient; do \ 35 for j in erf pcap ; do \ 36 echo \* $$i -\> $$j; \ 37 ./test-convert $$i $$j || exit $$?; \ 38 done; \ 39 done 40 ./test-convert wtf wtf 41 34 # Not all types are convertable, for instance libtrace doesn't 35 # do rtclient output, and erf doesn't support 802.11 36 @LD_LIBRARY_PATH=$(libdir) ./test-convert erf erf 37 @LD_LIBRARY_PATH=$(libdir) ./test-convert erf pcap 38 @LD_LIBRARY_PATH=$(libdir) ./test-convert pcap erf 39 @LD_LIBRARY_PATH=$(libdir) ./test-convert rtclient erf 40 @LD_LIBRARY_PATH=$(libdir) ./test-convert rtclient pcap 41 @LD_LIBRARY_PATH=$(libdir) ./test-convert wtf pcap 42 @LD_LIBRARY_PATH=$(libdir) ./test-convert wtf wtf 42 43 43 44 clean:
Note: See TracChangeset
for help on using the changeset viewer.