mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 21:34:53 -04:00
Support the standard 'make check' target in place of 'make verify'
Based on patch 2816088 from Zack Weinberg
This commit is contained in:
parent
6c83e6c972
commit
426c8fbe93
@ -150,8 +150,7 @@ INCLUDES = -I$(srcdir)/compat -I$(srcdir)/include $(SYS_INCLUDES)
|
||||
|
||||
man_MANS = event.3 evdns.3
|
||||
|
||||
verify: libevent.la
|
||||
cd test && make verify
|
||||
verify: check
|
||||
|
||||
doxygen: FORCE
|
||||
doxygen $(srcdir)/Doxyfile
|
||||
|
@ -8,6 +8,8 @@ noinst_PROGRAMS = test-init test-eof test-weof test-time regress \
|
||||
bench bench_cascade bench_http bench_httpclient test-ratelim
|
||||
noinst_HEADERS = tinytest.h tinytest_macros.h regress.h
|
||||
|
||||
TESTS = $(top_srcdir)/test/test.sh
|
||||
|
||||
BUILT_SOURCES = regress.gen.c regress.gen.h
|
||||
test_init_SOURCES = test-init.c
|
||||
test_init_LDADD = ../libevent_core.la
|
||||
@ -61,9 +63,6 @@ regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py
|
||||
|
||||
DISTCLEANFILES = *~
|
||||
|
||||
test: test-init test-eof test-weof test-time regress
|
||||
|
||||
verify: test
|
||||
@$(srcdir)/test.sh
|
||||
verify: check
|
||||
|
||||
bench test-init test-eof test-weof test-time: ../libevent.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user