From: Niels Provos Date: Mon, 12 Nov 2007 05:34:10 +0000 (+0000) Subject: srcdir for verify; from Christopher Layne X-Git-Tag: release-2.0.1-alpha~504 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=568095bfa1ba6c9fffe93250420471baf13c574f;p=libevent srcdir for verify; from Christopher Layne svn:r516 --- 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;