From 08ad4bef775ef9e0a42c4c757a627871747453c9 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 13 Apr 2015 14:56:08 +0200 Subject: [PATCH] Tests: Robustify compile of debugger auto tests Change-Id: I9deb837b693c433e3c865dda2b212129e193d63b Reviewed-by: hjk --- tests/auto/debugger/debugger.pro | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/tests/auto/debugger/debugger.pro b/tests/auto/debugger/debugger.pro index 164bede576a..3535e9c53af 100644 --- a/tests/auto/debugger/debugger.pro +++ b/tests/auto/debugger/debugger.pro @@ -1,10 +1,17 @@ TEMPLATE = subdirs -SUBDIRS += gdb.pro -SUBDIRS += dumpers.pro +gdb.file = gdb.pro +simplifytypes.file = simplifytypes.pro + +# avoid race condition when compiling with multiple jobs +dumpers.depends = gdb simplifytypes +dumpers.file = dumpers.pro + +SUBDIRS += gdb +SUBDIRS += simplifytypes +SUBDIRS += dumpers SUBDIRS += namedemangler.pro -SUBDIRS += simplifytypes.pro SUBDIRS += disassembler.pro SUBDIRS += offsets.pro