summaryrefslogtreecommitdiff
path: root/framework/JunitTest_framework_complex.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2016-01-07 14:23:32 +0000
committerMichael Stahl <mstahl@redhat.com>2016-01-07 17:02:04 +0000
commit3825c28416a52abbbba2bb8034346b1c3f956da2 (patch)
treebce0947f7bf779f4b310a9af10383491354fe18c /framework/JunitTest_framework_complex.mk
parent46b1988ae67d3f3ee662a0e4d0460371e321aa10 (diff)
framework: restore dispatch API test.
Change-Id: I8a78fee2b43c67feaffb8dbbcd36e96743ca2c9c Reviewed-on: https://gerrit.libreoffice.org/21208 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'framework/JunitTest_framework_complex.mk')
-rw-r--r--framework/JunitTest_framework_complex.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/framework/JunitTest_framework_complex.mk b/framework/JunitTest_framework_complex.mk
index a36105334d82..00901949090f 100644
--- a/framework/JunitTest_framework_complex.mk
+++ b/framework/JunitTest_framework_complex.mk
@@ -62,21 +62,19 @@ $(eval $(call gb_JunitTest_add_sourcefiles,framework_complex,\
framework/qa/complex/imageManager/_XUIConfigurationPersistence \
framework/qa/complex/imageManager/_XUIConfiguration \
framework/qa/complex/api_internal/CheckAPI \
+ framework/qa/complex/dispatches/checkdispatchapi \
framework/qa/complex/dispatches/Interceptor \
framework/qa/complex/ModuleManager/CheckXModuleManager \
))
-# does not build
-# framework/qa/complex/dispatches/checkdispatchapi \
-
$(eval $(call gb_JunitTest_add_classes,framework_complex,\
+ complex.dispatches.checkdispatchapi \
))
# these were disabled in the old build system too, please check
# carefully before reenabling
# complex.ModuleManager.CheckXModuleManager \
complex.XUserInputInterception.EventTest \
complex.accelerators.AcceleratorsConfigurationTest \
- complex.dispatches.checkdispatchapi \
complex.api_internal.CheckAPI \
complex.broken_document.LoadDocument \
complex.desktop.DesktopTerminate \