srcdir for verify; from Christopher Layne

svn:r516
This commit is contained in:
Niels Provos 2007-11-12 05:34:10 +00:00
parent 7add3d3641
commit 568095bfa1
2 changed files with 1 additions and 2 deletions

View 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

View 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;