Support the standard 'make check' target in place of 'make verify'

Based on patch 2816088 from Zack Weinberg
This commit is contained in:
Nick Mathewson 2010-03-12 13:09:28 -05:00
parent 6c83e6c972
commit 426c8fbe93
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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