[gimp/gimp-2-10] app: Prevent parallel builds for the tests
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: Prevent parallel builds for the tests
- Date: Fri, 29 Jun 2018 10:29:14 +0000 (UTC)
commit 0a3d8ca0b204217173020e38f4a98f903468d4da
Author: Michael Schumacher <schumaml gmx net>
Date: Fri Jun 29 10:28:42 2018 +0000
app: Prevent parallel builds for the tests
The tests must not be run in parallel or in a different order as specified
app/tests/Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index be40e1d3d1..cc0be0e923 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -1,3 +1,7 @@
+# Prevent parallel builds for the tests, as e.g. done by make -j check
+# The tests must not be run in parallel or in a different order as specified
+.NOTPARALLEL: check
+
SUBDIRS = \
files \
gimpdir \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]