Changeset 7e94aee for test/Makefile
- Timestamp:
- 11/10/06 11:07:51 (16 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:
- ef8358e
- Parents:
- 67825b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
rc3809a2 r7e94aee 44 44 @LD_LIBRARY_PATH="$(libdir)" \ 45 45 ./test-decode2 pcap:traces/radius.pcap 46 @for i in erf pcap wtf pcapfile duck ; do\46 @for i in erf pcap wtf pcapfile duck legacyatm; do \ 47 47 echo \* Read $$i; \ 48 48 rm -f traces/*.out.*; \ … … 54 54 55 55 test-write-all: test-write 56 @for i in erf pcap ; do\56 @for i in erf pcap pcapfile; do \ 57 57 echo \* Write $$i; \ 58 58 rm -f traces/*.out.*; \ … … 90 90 @rm -f traces/*.out.* 91 91 @LD_LIBRARY_PATH="$(libdir)" ./test-convert wtf pcap 92 @echo " * legacyatm -> pcapfile" 93 @rm -f traces/*.out.* 94 @LD_LIBRARY_PATH="$(libdir)" ./test-convert wtf pcapfile 95 @echo " * legacyatm -> pcap" 96 @rm -f traces/*.out.* 97 @LD_LIBRARY_PATH="$(libdir)" ./test-convert wtf pcap 92 98 @echo " * wtf -> wtf" 93 99 #@rm -f traces/*.out.* 94 100 #@LD_LIBRARY_PATH="$(libdir)" ./test-convert wtf wtf 95 101 @echo " * duck -> duck" 96 @rm -f traces/*.out.*97 @LD_LIBRARY_PATH="$(libdir)" ./test-convert duck duck102 #@rm -f traces/*.out.* 103 #@LD_LIBRARY_PATH="$(libdir)" ./test-convert duck duck 98 104 99 105 clean:
Note: See TracChangeset
for help on using the changeset viewer.