1 # Default since automake 1.13, necessary for older versions.
2 AUTOMAKE_OPTIONS = color-tests parallel-tests
4 TESTS = tests-normal.sh tests-passthrough.sh tests-authentication.sh
5 dist_check_SCRIPTS = $(TESTS) common.sh
6 check_PROGRAMS = client
8 dist_check_DATA = server-bad.pem server-key.pem server.pem
18 # Tests can't be run in parallel.