build: Disable parallelism in tests
authorColin Walters <walters@verbum.org>
Fri, 13 Jul 2012 21:54:25 +0000 (17:54 -0400)
committerColin Walters <walters@verbum.org>
Fri, 13 Jul 2012 21:54:25 +0000 (17:54 -0400)
libsecret/tests/Makefile.am

index 92c528d..c5a6a29 100644 (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 \