From 012a0b53e1b4f3136f3b08ba0742e71b48fadc32 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Mon, 10 Mar 2003 05:39:41 +0000 Subject: [PATCH] add benchmark svn:r59 --- test/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ; \ -- 2.50.1