X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=b231cccd4098de11e372c7e782632230e89d0b44;hb=2c9bfb8a78142ef895f9f30a1169690f89430f8e;hp=e727055b7d3b2d1e29499a7c845b9b0063e1819d;hpb=219d904b7d12173ee93d016fe1a2cb8ae32eea9c;p=tlsproxy%2Ftlsproxy.git diff --git a/tests/Makefile.am b/tests/Makefile.am index e727055..b231ccc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,6 @@ +# Default since automake 1.13, necessary for older versions. +AUTOMAKE_OPTIONS = color-tests parallel-tests + TESTS = tests-normal.sh tests-passthrough.sh tests-authentication.sh dist_check_SCRIPTS = $(TESTS) common.sh check_PROGRAMS = client @@ -11,3 +14,6 @@ CLEANFILES = \ proxy-invalid.pem \ proxy-key.pem \ tmp + +# Tests can't be run in parallel. +.NOTPARALLEL: