Changeset 2d96bf2 for test/Makefile
- Timestamp:
- 04/22/06 00:58:59 (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:
- 7b2a39b
- Parents:
- 114b8d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
r222d8f5 r2d96bf2 25 25 26 26 test-format-all: test-format 27 @for i in erf pcap wtf ; do \27 @for i in erf pcap wtf pcapfile; do \ 28 28 echo \* $$i; \ 29 29 LD_LIBRARY_PATH=$(libdir) \ … … 37 37 @LD_LIBRARY_PATH=$(libdir) ./test-convert erf pcap 38 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 39 @LD_LIBRARY_PATH=$(libdir) ./test-convert pcapfile erf 40 #@LD_LIBRARY_PATH=$(libdir) ./test-convert rtclient erf 41 #@LD_LIBRARY_PATH=$(libdir) ./test-convert rtclient pcap 41 42 @LD_LIBRARY_PATH=$(libdir) ./test-convert wtf pcap 42 43 @LD_LIBRARY_PATH=$(libdir) ./test-convert wtf wtf
Note: See TracChangeset
for help on using the changeset viewer.