From: Niels Provos Date: Mon, 10 Mar 2003 05:39:41 +0000 (+0000) Subject: add benchmark X-Git-Tag: release-1.1b~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=012a0b53e1b4f3136f3b08ba0742e71b48fadc32;p=libevent add benchmark svn:r59 --- diff --git a/test/Makefile.am b/test/Makefile.am index 33024cdf..41a6b0be 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 ; \