summaryrefslogtreecommitdiffstats
path: root/tests/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2014-02-17 15:07:41 +0100
committerKarel Zak2014-02-17 15:07:41 +0100
commit6855da75f399bf33b52704fae2ced0d721aef631 (patch)
tree79dd428c5b36bed70754b7faba28abc562949997 /tests/Makemodule.am
parenttests: make tests to run parallel (diff)
downloadkernel-qcow2-util-linux-6855da75f399bf33b52704fae2ced0d721aef631.tar.gz
kernel-qcow2-util-linux-6855da75f399bf33b52704fae2ced0d721aef631.tar.xz
kernel-qcow2-util-linux-6855da75f399bf33b52704fae2ced0d721aef631.zip
build-sys: enable parallel tests for make check
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/Makemodule.am')
-rw-r--r--tests/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makemodule.am b/tests/Makemodule.am
index 00da7d35d..56b018dc1 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