]> granicus.if.org Git - libevent/commitdiff
add benchmark
authorNiels Provos <provos@gmail.com>
Mon, 10 Mar 2003 05:39:41 +0000 (05:39 +0000)
committerNiels Provos <provos@gmail.com>
Mon, 10 Mar 2003 05:39:41 +0000 (05:39 +0000)
svn:r59

test/Makefile.am

index 33024cdf13351071527aa2fceb317c58043f6315..41a6b0be5b6a2c2c69182e3f24908e30f9962aca 100644 (file)
@@ -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 ; \