summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-07-13 12:19:16 +0200
committerBastien Nocera <hadess@hadess.net>2017-07-13 13:09:33 +0200
commitd64805f91cbd5e1db595234964423fbaa72d9cb8 (patch)
treed54a0af44684d1e454ed354488233920942f08f3 /tests
parentac95d0de26ed37d2cb05dfff7455ae84089a3b2d (diff)
downloadgdk-pixbuf-d64805f91cbd5e1db595234964423fbaa72d9cb8.tar.gz
tests: Disable running tests in parallel
Some of the tests are _very_ memory intensive, so running two of them at the same time is probably ill-advised.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f34621785..8126c126c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,7 @@
include $(top_srcdir)/glib-tap.mk
+.NOTPARALLEL:
+
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/gdk-pixbuf \