- Timestamp:
- 02/21/06 11:48:58 (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:
- 6dbc47a
- Parents:
- 5b91b48
- Location:
- test
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
r5b91b48 r1b4901a 9 9 LDLIBS = -L$(libdir) -ltrace 10 10 11 BINS = test1 test2 test-pcap test-pcap-bpf test-erf-write 11 BINS = test1 test2 test-pcap test-pcap-bpf test-erf-write test-erf-to-pcap \ 12 test-pcap-to-erf test-wtf 12 13 .PHONY: all clean distclean install depend test 13 14 -
test/test-erf-write.c
r5b91b48 r1b4901a 55 55 int error = 0; 56 56 int count = 0; 57 int level = 0; 57 58 libtrace_t *trace; 58 59 libtrace_out_t *outtrace; … … 69 70 return 1; 70 71 } 72 73 level=0; 74 trace_config_output(outtrace,TRACE_OPTION_OUTPUT_COMPRESS,&level); 71 75 72 76 trace_start(trace);
Note: See TracChangeset
for help on using the changeset viewer.