]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blob - tests/Makefile.am
tests/Makefile.am: Enable parallel and colored test runs.
[tlsproxy/tlsproxy.git] / tests / Makefile.am
1 # Default since automake 1.13, necessary for older versions.
2 AUTOMAKE_OPTIONS = color-tests parallel-tests
3
4 TESTS = tests-normal.sh tests-passthrough.sh tests-authentication.sh
5 dist_check_SCRIPTS = $(TESTS) common.sh
6 check_PROGRAMS = client
7
8 dist_check_DATA = server-bad.pem server-key.pem server.pem
9
10 CLEANFILES = \
11         proxy-ca-key.pem \
12         proxy-ca.pem \
13         proxy-dh.pem \
14         proxy-invalid.pem \
15         proxy-key.pem \
16         tmp
17
18 # Tests can't be run in parallel.
19 .NOTPARALLEL: