From: Karel Zak Date: Mon, 17 Feb 2014 14:07:41 +0000 (+0100) Subject: build-sys: enable parallel tests for make check X-Git-Tag: v2.25-rc1~581 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6855da75f399bf33b52704fae2ced0d721aef631;p=thirdparty%2Futil-linux.git build-sys: enable parallel tests for make check Signed-off-by: Karel Zak --- diff --git a/tests/Makemodule.am b/tests/Makemodule.am index 00da7d35dc..56b018dc15 100644 --- a/tests/Makemodule.am +++ b/tests/Makemodule.am @@ -15,6 +15,6 @@ CLEAN_LOCALS += clean-local-tests check-local-tests: $(check_PROGRAMS) - $(top_srcdir)/tests/run.sh --srcdir=$(abs_top_srcdir) --builddir=$(abs_top_builddir) --nonroot + $(top_srcdir)/tests/run.sh --parallel --srcdir=$(abs_top_srcdir) --builddir=$(abs_top_builddir) --nonroot CHECK_LOCALS += check-local-tests