summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: f3747b8cb2b827b7e7fb8ab392a96ad12b507316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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