tests/Makefile.am: Enable parallel and colored test runs.

Necessary for automake < 1.13.
This commit is contained in:
Simon Ruderich
2013-06-14 15:27:31 +02:00
parent 18d52b3b5a
commit 6ae629bef0

View File

@@ -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 \