mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
make a separate verify target
svn:r124
This commit is contained in:
parent
b011b734eb
commit
f5a62ed30e
@ -29,4 +29,7 @@ INCLUDES = -Icompat
|
||||
|
||||
man_MANS = event.3
|
||||
|
||||
verify: libevent.a
|
||||
cd $(srcdir)/test && make verify
|
||||
|
||||
DISTCLEANFILES = *~
|
||||
|
13
README
Normal file
13
README
Normal file
@ -0,0 +1,13 @@
|
||||
To build libevent, type
|
||||
|
||||
$ ./configure && make
|
||||
|
||||
Install as root via
|
||||
|
||||
# make install
|
||||
|
||||
You can run the regression tests by
|
||||
|
||||
$ make verify
|
||||
|
||||
Before, reporting any problems, please run the regression tests.
|
@ -10,4 +10,6 @@ event_test_sources = event-test.c
|
||||
time_test_sources = time-test.c
|
||||
signal_test_sources = signal-test.c
|
||||
|
||||
verify:
|
||||
|
||||
DISTCLEANFILES = *~
|
||||
|
@ -15,9 +15,9 @@ bench_sources = bench.c
|
||||
|
||||
DISTCLEANFILES = *~
|
||||
|
||||
all: test
|
||||
|
||||
test: test-init test-eof test-weof test-time regress
|
||||
|
||||
verify: test
|
||||
@./test.sh
|
||||
|
||||
bench test-init test-eof test-weof test-time regress: ../libevent.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user