summaryrefslogtreecommitdiff
path: root/framework/JunitTest_framework_complex.mk
diff options
context:
space:
mode:
authorAkash Jain <akash96j@gmail.com>2016-04-05 11:58:01 +0530
committerStephan Bergmann <sbergman@redhat.com>2016-04-05 13:33:47 +0000
commit3e253963b93330dcd9e38c39de6601dbd43f13e4 (patch)
tree283520dcd24812363e14ddf63c8087e5755cc621 /framework/JunitTest_framework_complex.mk
parent739cbf2e0952532f96cb74689fa5a3bc8be8eb11 (diff)
Add unit tests for XTitle interface
Added several unit tests for the XTitle interface. Tests are for bugs tdf#96044,tdf#98837,tdf#96896 Change-Id: I9b3990dff02d5d5738024b60e94555199b625a2e Reviewed-on: https://gerrit.libreoffice.org/23834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'framework/JunitTest_framework_complex.mk')
-rw-r--r--framework/JunitTest_framework_complex.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/JunitTest_framework_complex.mk b/framework/JunitTest_framework_complex.mk
index 00901949090f..8ed558899a44 100644
--- a/framework/JunitTest_framework_complex.mk
+++ b/framework/JunitTest_framework_complex.mk
@@ -62,13 +62,15 @@ $(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/checkdispatchapi \
framework/qa/complex/dispatches/Interceptor \
framework/qa/complex/ModuleManager/CheckXModuleManager \
+ framework/qa/complex/XTitle/CheckXTitle \
))
$(eval $(call gb_JunitTest_add_classes,framework_complex,\
complex.dispatches.checkdispatchapi \
+ complex.XTitle.CheckXTitle \
))
# these were disabled in the old build system too, please check
# carefully before reenabling