mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 20:07:56 -04:00
add benchmark
svn:r59
This commit is contained in:
parent
1ed00256d5
commit
012a0b53e1
@ -4,18 +4,19 @@ LDADD = -L.. -levent
|
||||
CPPFPLAGS = -I..
|
||||
CFLAGS = -I../compat -g -Wall
|
||||
|
||||
noinst_PROGRAMS = test-eof test-weof test-time regress
|
||||
noinst_PROGRAMS = test-eof test-weof test-time regress bench
|
||||
|
||||
test_eof_sources = test-eof.c
|
||||
test_weof_sources = test-weof.c
|
||||
test_time_sources = test-time.c
|
||||
regress_sources = regress.c
|
||||
bench_sources = bench.c
|
||||
|
||||
DISTCLEANFILES = *~
|
||||
|
||||
all: test
|
||||
|
||||
test: $(noinst_PROGRAMS)
|
||||
test: test-eof test-weof test-time regress
|
||||
@echo "Running tests:"
|
||||
@echo -n " test-eof: "
|
||||
@if ./test-eof >/dev/null ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user