Changeset c3809a2 for test/Makefile
- Timestamp:
- 10/16/06 10:37:34 (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:
- d304a7f
- Parents:
- c806cb3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
rbe5bd17 rc3809a2 28 28 29 29 test-format-all: test-format test-decode test-decode2 30 # Try various link layer decodes 31 @echo SLL Decoder 32 @LD_LIBRARY_PATH="$(libdir)" \ 33 ./test-decode2 pcap:traces/100_sll.pcap 34 35 @echo 802.1x decoder 36 @LD_LIBRARY_PATH="$(libdir)" \ 37 ./test-decode2 pcap:traces/8021x.pcap 38 39 @echo MPLS Decoder 40 @LD_LIBRARY_PATH="$(libdir)" \ 41 ./test-decode2 pcap:traces/10_mpls_ip.pcap 42 43 @echo Radius Decoder 44 @LD_LIBRARY_PATH="$(libdir)" \ 45 ./test-decode2 pcap:traces/radius.pcap 30 46 @for i in erf pcap wtf pcapfile duck; do \ 31 47 echo \* Read $$i; \ … … 36 52 ./test-decode $$i || exit $$?; \ 37 53 done 38 # Try various link layer decodes39 # SLL Decoder40 @LD_LIBRARY_PATH="$(libdir)" \41 ./test-decode2 pcap:traces/100_sll.pcap42 43 # 802.1x decoder44 @LD_LIBRARY_PATH="$(libdir)" \45 ./test-decode2 pcap:traces/8021x.pcap46 47 # MPLS Decoder48 @LD_LIBRARY_PATH="$(libdir)" \49 ./test-decode2 pcap:traces/10_mpls_ip.pcap50 51 # Radius Decoder52 @LD_LIBRARY_PATH="$(libdir)" \53 ./test-decode2 pcap:traces/radius.pcap54 54 55 55 test-write-all: test-write
Note: See TracChangeset
for help on using the changeset viewer.