summaryrefslogtreecommitdiff
path: root/svx/CppunitTest_svx_unit.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-06-28 17:50:40 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-06-29 07:04:24 +0000
commitdf8bb7b32161ede37a0a82b421046435ad586f5c (patch)
tree9e83875fee0a9ed50d4ac7280f4fdc4eee73aaaf /svx/CppunitTest_svx_unit.mk
parent1ce7176ba1b39f02ab45056023f8e7622f48cc74 (diff)
svx: add XOutBitmap testcase
This fails with commit 7d76bb251e0c88ff17282a33b801a5d17a434af5 (vcl: add graphic export-as-pdf filter, 2016-06-24) reverted. Change-Id: Idea5c282d610d949958d757677ee642d97ca1c8e Reviewed-on: https://gerrit.libreoffice.org/26747 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'svx/CppunitTest_svx_unit.mk')
-rw-r--r--svx/CppunitTest_svx_unit.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/svx/CppunitTest_svx_unit.mk b/svx/CppunitTest_svx_unit.mk
index 0e9fea3591a4..765f3858c6cb 100644
--- a/svx/CppunitTest_svx_unit.mk
+++ b/svx/CppunitTest_svx_unit.mk
@@ -19,11 +19,22 @@ $(eval $(call gb_CppunitTest_set_include,svx_unit,\
$(eval $(call gb_CppunitTest_add_exception_objects,svx_unit, \
svx/qa/unit/svdraw/test_SdrTextObject \
+ svx/qa/unit/xoutdev \
))
$(eval $(call gb_CppunitTest_use_libraries,svx_unit, \
sal \
svxcore \
+ tl \
+ unotest \
+ vcl \
+ utl \
))
+$(eval $(call gb_CppunitTest_use_sdk_api,svx_unit))
+$(eval $(call gb_CppunitTest_use_ure,svx_unit))
+$(eval $(call gb_CppunitTest_use_vcl,svx_unit))
+$(eval $(call gb_CppunitTest_use_rdb,svx_unit,services))
+$(eval $(call gb_CppunitTest_use_configuration,svx_unit))
+
# vim: set noet sw=4 ts=4: