mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 05:14:46 -04: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
|
man_MANS = event.3
|
||||||
|
|
||||||
|
verify: libevent.a
|
||||||
|
cd $(srcdir)/test && make verify
|
||||||
|
|
||||||
DISTCLEANFILES = *~
|
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
|
time_test_sources = time-test.c
|
||||||
signal_test_sources = signal-test.c
|
signal_test_sources = signal-test.c
|
||||||
|
|
||||||
|
verify:
|
||||||
|
|
||||||
DISTCLEANFILES = *~
|
DISTCLEANFILES = *~
|
||||||
|
@ -15,9 +15,9 @@ bench_sources = bench.c
|
|||||||
|
|
||||||
DISTCLEANFILES = *~
|
DISTCLEANFILES = *~
|
||||||
|
|
||||||
all: test
|
|
||||||
|
|
||||||
test: test-init test-eof test-weof test-time regress
|
test: test-init test-eof test-weof test-time regress
|
||||||
|
|
||||||
|
verify: test
|
||||||
@./test.sh
|
@./test.sh
|
||||||
|
|
||||||
bench test-init test-eof test-weof test-time regress: ../libevent.a
|
bench test-init test-eof test-weof test-time regress: ../libevent.a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user