]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
tests/Makefile.am: Enable parallel and colored test runs.
authorSimon Ruderich <simon@ruderich.org>
Thu, 8 Aug 2013 20:38:39 +0000 (22:38 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 8 Aug 2013 20:38:39 +0000 (22:38 +0200)
Necessary for automake < 1.13.

We can't run the tests in parallel and disable that, but this way all
automake versions behave in the same way.

tests/Makefile.am

index e727055b7d3b2d1e29499a7c845b9b0063e1819d..b231cccd4098de11e372c7e782632230e89d0b44 100644 (file)
@@ -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
 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
        proxy-invalid.pem \
        proxy-key.pem \
        tmp
+
+# Tests can't be run in parallel.
+.NOTPARALLEL: