diff --git a/test/Makefile.am b/test/Makefile.am index ceb856b9..c837f64c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -31,6 +31,6 @@ CLEANFILES = regress.gen.h regress.gen.c test: test-init test-eof test-weof test-time regress verify: test - @./test.sh + @$(srcdir)/test.sh bench test-init test-eof test-weof test-time: ../libevent.la diff --git a/test/bench.c b/test/bench.c index 28c31beb..35b9a33b 100644 --- a/test/bench.c +++ b/test/bench.c @@ -57,7 +57,6 @@ #include #include - static int count, writes, fired; static int *pipes; static int num_pipes, num_active, num_writes;