From d1029b7cab1de3dc871cb0d8dfbe01d275a40d2a Mon Sep 17 00:00:00 2001 From: Harry Jeffery <henry.jeffery@stfc.ac.uk> Date: Fri, 24 Oct 2014 11:51:39 +0100 Subject: [PATCH] Refs #10408 GUITests depends upon MantidWidgetsTest MantidWidgetsTest is now built as part of AllTests --- Code/Mantid/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Mantid/CMakeLists.txt b/Code/Mantid/CMakeLists.txt index ea8af240f8b..2a19d9eb65e 100644 --- a/Code/Mantid/CMakeLists.txt +++ b/Code/Mantid/CMakeLists.txt @@ -121,6 +121,7 @@ set ( CORE_MANTIDLIBS Kernel Geometry API ) # Add a target for all GUI tests add_custom_target ( GUITests ) +add_dependencies ( GUITests MantidWidgetsTest) add_dependencies ( check GUITests ) # Collect all tests together add_custom_target ( AllTests ) -- GitLab