X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=b231cccd4098de11e372c7e782632230e89d0b44;hb=fcd91ac82fbdebf0470a93b4677fe68dc1cc5e54;hp=81d4ce7b157759515bfe9b30b3bfe2919981fca4;hpb=9fcb565b5323d53443f65e7bb42d8309b645e92b;p=tlsproxy%2Ftlsproxy.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 81d4ce7..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 @@ -7,6 +10,10 @@ dist_check_DATA = server-bad.pem server-key.pem server.pem CLEANFILES = \ proxy-ca-key.pem \ proxy-ca.pem \ + proxy-dh.pem \ proxy-invalid.pem \ proxy-key.pem \ tmp + +# Tests can't be run in parallel. +.NOTPARALLEL: