mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 06:16:10 -04:00
srcdir for verify; from Christopher Layne
svn:r516
This commit is contained in:
parent
7add3d3641
commit
568095bfa1
@ -31,6 +31,6 @@ CLEANFILES = regress.gen.h regress.gen.c
|
|||||||
test: test-init test-eof test-weof test-time regress
|
test: test-init test-eof test-weof test-time regress
|
||||||
|
|
||||||
verify: test
|
verify: test
|
||||||
@./test.sh
|
@$(srcdir)/test.sh
|
||||||
|
|
||||||
bench test-init test-eof test-weof test-time: ../libevent.la
|
bench test-init test-eof test-weof test-time: ../libevent.la
|
||||||
|
@ -57,7 +57,6 @@
|
|||||||
#include <event.h>
|
#include <event.h>
|
||||||
#include <evutil.h>
|
#include <evutil.h>
|
||||||
|
|
||||||
|
|
||||||
static int count, writes, fired;
|
static int count, writes, fired;
|
||||||
static int *pipes;
|
static int *pipes;
|
||||||
static int num_pipes, num_active, num_writes;
|
static int num_pipes, num_active, num_writes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user