build: Disable parallelism in tests

This commit is contained in:
Colin Walters 2012-07-13 17:54:25 -04:00
parent 19eb104158
commit 7efb4d5073

View File

@ -1,5 +1,9 @@
include $(top_srcdir)/Makefile.decl
# test-vala-unstable depends on the mock vapi,
# and I'm not sure how we can add that dependency.
.NOTPARALLEL:
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libsecret \