Changeset 1066d75
- Timestamp:
- 12/20/07 10:41:00 (13 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:
- 1c68a81
- Parents:
- a78665c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
rfdc7502 r1066d75 19 19 test: all test-format-all test-convert-all test-write-all test-programs 20 20 21 test-programs: $(BINS) 21 test-programs: $(BINS) test-drops 22 22 @for i in $(BINS); do \ 23 23 echo \* $$i; \ … … 31 31 LD_LIBRARY_PATH="$(libdir)" \ 32 32 DYLD_LIBRARY_PATH="$(libdir)" \ 33 echo $$i; \ 33 34 ./test-drops $$i || exit $$?; \ 34 35 done
Note: See TracChangeset
for help on using the changeset viewer.