From dee419f31d39ad3405ee6afcdf6ed254d0879bb2 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 8 Jul 2013 09:03:01 +0200 Subject: [PATCH] Make the CMake tests run sequentially, not in parallel. Otherwise the output is too intertwined. Change-Id: I6729727b3afcdcbec58e3fa560587dd1fa08f38e Reviewed-by: Sergio Ahumada Reviewed-by: Stephen Kelly --- tests/auto/auto.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 5d424c0a19..e16f229c4e 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -17,6 +17,8 @@ SUBDIRS += \ cmake \ installed_cmake +installed_cmake.depends = cmake + wince*: SUBDIRS -= printsupport cross_compile: SUBDIRS -= tools !qtHaveModule(opengl): SUBDIRS -= opengl