From 9f83cd1fd9e92dfc34d800a0160acf8dd394ecff Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 1 Feb 2011 19:21:09 +0100 Subject: gnumake3: disable some tests that do not build or run --- framework/JunitTest_framework_complex.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/JunitTest_framework_complex.mk b/framework/JunitTest_framework_complex.mk index 65a2d749e8ac..5865a6fb9f38 100755 --- a/framework/JunitTest_framework_complex.mk +++ b/framework/JunitTest_framework_complex.mk @@ -74,10 +74,12 @@ $(eval $(call gb_JunitTest_add_sourcefiles,framework_complex,\ framework/qa/complex/imageManager/_XUIConfiguration \ framework/qa/complex/api_internal/CheckAPI \ framework/qa/complex/dispatches/Interceptor \ - framework/qa/complex/dispatches/checkdispatchapi \ framework/qa/complex/ModuleManager/CheckXModuleManager \ )) +# does not build +# framework/qa/complex/dispatches/checkdispatchapi \ + $(eval $(call gb_JunitTest_add_classes,framework_complex,\ )) # these were disabled in the old build system too, please check -- cgit