add benchmark

svn:r59
This commit is contained in:
Niels Provos 2003-03-10 05:39:41 +00:00
parent 1ed00256d5
commit 012a0b53e1

View File

@ -4,18 +4,19 @@ LDADD = -L.. -levent
CPPFPLAGS = -I.. CPPFPLAGS = -I..
CFLAGS = -I../compat -g -Wall 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_eof_sources = test-eof.c
test_weof_sources = test-weof.c test_weof_sources = test-weof.c
test_time_sources = test-time.c test_time_sources = test-time.c
regress_sources = regress.c regress_sources = regress.c
bench_sources = bench.c
DISTCLEANFILES = *~ DISTCLEANFILES = *~
all: test all: test
test: $(noinst_PROGRAMS) test: test-eof test-weof test-time regress
@echo "Running tests:" @echo "Running tests:"
@echo -n " test-eof: " @echo -n " test-eof: "
@if ./test-eof >/dev/null ; \ @if ./test-eof >/dev/null ; \