summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormattdangerw <mattdangerw@gmail.com>2013-09-09 13:32:09 -0700
committermattdangerw <mattdangerw@gmail.com>2013-09-09 13:32:09 -0700
commit386eb5dfcd5053ab0e8989a9233a25e89c6a5abf (patch)
tree36d66a76a002fb6c420a084766fb6a36ab97092b /Makefile.am
parent5424131d601b10d14d5e0293cc42677fe8bebb8e (diff)
parent131798705325db7959243adfc1b5a7f96aeb35ce (diff)
Merge pull request #294 from endlessm/issues/122
Use Automake's parallel test harness
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f7d41d7..740e07e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -156,7 +156,6 @@ m4_DATA = \
include $(top_srcdir)/test/Makefile.am
# Run tests when running 'make check'
-TESTS_ENVIRONMENT = gtester -k -o test-results.xml --verbose
TESTS = test/run-tests
-
-CLEANFILES += test-results.xml
+LOG_COMPILER = gtester
+AM_LOG_FLAGS = -k --verbose