Changeset 6eeda5b
- Timestamp:
- 12/01/10 14:38:31 (10 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:
- 0c10e11
- Parents:
- ec20882
- Location:
- test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
re111394 r6eeda5b 1 1 2 RM=rm 2 3 PREFIX=../ 3 4 CC=gcc 4 5 5 6 INCLUDE = -I$(PREFIX)/lib -I$(PREFIX)/libpacketdump 6 CFLAGS = -Wall -Wimplicit -Wformat -W -pedantic -pipe -g -O2 7 CFLAGS = -Wall -Wimplicit -Wformat -W -pedantic -pipe -g -O2 \ 7 8 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 8 9 CFLAGS += $(INCLUDE) -
test/do-tests.sh
r7a27af0 r6eeda5b 59 59 echo \* Testing pcap-bpf 60 60 do_test ./test-pcap-bpf 61 62 echo \* Testing payload length 63 do_test ./test-plen 61 64 62 65 echo \* Testing event framework -
test/test-plen.c
re111394 r6eeda5b 25 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 26 * 27 * $Id : test-pcap-bpf.c 1672 2010-11-30 21:30:03Z salcock$27 * $Id$ 28 28 * 29 29 */
Note: See TracChangeset
for help on using the changeset viewer.