]> granicus.if.org Git - libevent/commitdiff
srcdir for verify; from Christopher Layne
authorNiels Provos <provos@gmail.com>
Mon, 12 Nov 2007 05:34:10 +0000 (05:34 +0000)
committerNiels Provos <provos@gmail.com>
Mon, 12 Nov 2007 05:34:10 +0000 (05:34 +0000)
svn:r516

test/Makefile.am
test/bench.c

index ceb856b9b9ba9ad9e466c265b72415fcb902600a..c837f64c56134f09460d7b7cc61f1737b1daeea9 100644 (file)
@@ -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
index 28c31bebc05b4563aa1689c88e0dbcab39faca75..35b9a33b3e3e40fe90420346e1645c5e4191f407 100644 (file)
@@ -57,7 +57,6 @@
 #include <event.h>
 #include <evutil.h>
 
-
 static int count, writes, fired;
 static int *pipes;
 static int num_pipes, num_active, num_writes;