From: Simon Ruderich Date: Fri, 14 Jun 2013 13:27:31 +0000 (+0200) Subject: tests/Makefile.am: Enable parallel and colored test runs. X-Git-Tag: 0.1~44 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=6ae629bef0e8bd48bc6bb311a9ea12ee462091a2 tests/Makefile.am: Enable parallel and colored test runs. Necessary for automake < 1.13. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 2a3749f..80d0cdd 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 = test_environment.sh \ test_example.sh \ test_exec.sh \