039537cbe7
These simply run the corresponding test scripts. Needs to be extended. Michael
23 lines
299 B
Makefile
23 lines
299 B
Makefile
SUBDIRS = \
|
|
src \
|
|
data \
|
|
etc \
|
|
docs \
|
|
m4macros \
|
|
packaging \
|
|
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
|
|
|
|
valgrind-test: all
|
|
./tests/scripts/run_tests_valgrind.sh
|