Changeset 5b91b48 for test/Makefile
- Timestamp:
- 02/20/06 18:36:31 (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:
- 1b4901a
- Parents:
- 0a6638f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
r7068467 r5b91b48 9 9 LDLIBS = -L$(libdir) -ltrace 10 10 11 BINS = test1 test2 12 .PHONY: all clean distclean install depend 11 BINS = test1 test2 test-pcap test-pcap-bpf test-erf-write 12 .PHONY: all clean distclean install depend test 13 13 14 14 all: $(BINS) 15 16 test: all 17 for i in $(BINS); do \ 18 echo \* $$i; \ 19 LD_LIBRARY_PATH=$(libdir) \ 20 ./$$i || exit $$?; \ 21 done 15 22 16 23 clean:
Note: See TracChangeset
for help on using the changeset viewer.