tinyproxy/Makefile.am
Michael Adam a19f758743 tests: add a new make target "make test-wait"
(cherry picked from commit 752e4419a6)
2010-02-22 23:21:18 +01:00

25 lines
337 B
Makefile

SUBDIRS = \
src \
data \
etc \
docs \
m4macros \
tests
# tools want this on a single line
ACLOCAL_AMFLAGS = -I m4macros
EXTRA_DIST = \
autogen.sh \
tinyproxy-indent.sh \
TODO
test: all
./tests/scripts/run_tests.sh
test-wait:
TINYPROXY_TESTS_WAIT=yes $(MAKE) test
valgrind-test: all
./tests/scripts/run_tests_valgrind.sh