mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 05:48:51 -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
|
man_MANS = event.3 evdns.3
|
||||||
|
|
||||||
verify: libevent.la
|
verify: check
|
||||||
cd test && make verify
|
|
||||||
|
|
||||||
doxygen: FORCE
|
doxygen: FORCE
|
||||||
doxygen $(srcdir)/Doxyfile
|
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
|
bench bench_cascade bench_http bench_httpclient test-ratelim
|
||||||
noinst_HEADERS = tinytest.h tinytest_macros.h regress.h
|
noinst_HEADERS = tinytest.h tinytest_macros.h regress.h
|
||||||
|
|
||||||
|
TESTS = $(top_srcdir)/test/test.sh
|
||||||
|
|
||||||
BUILT_SOURCES = regress.gen.c regress.gen.h
|
BUILT_SOURCES = regress.gen.c regress.gen.h
|
||||||
test_init_SOURCES = test-init.c
|
test_init_SOURCES = test-init.c
|
||||||
test_init_LDADD = ../libevent_core.la
|
test_init_LDADD = ../libevent_core.la
|
||||||
@ -61,9 +63,6 @@ regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py
|
|||||||
|
|
||||||
DISTCLEANFILES = *~
|
DISTCLEANFILES = *~
|
||||||
|
|
||||||
test: test-init test-eof test-weof test-time regress
|
verify: check
|
||||||
|
|
||||||
verify: test
|
|
||||||
@$(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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user