From 6ae629bef0e8bd48bc6bb311a9ea12ee462091a2 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 14 Jun 2013 15:27:31 +0200 Subject: [PATCH] tests/Makefile.am: Enable parallel and colored test runs. Necessary for automake < 1.13. --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.43.2