summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_filters_test.mk
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2017-06-26 10:08:00 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-07-15 11:01:31 +0200
commita2e25af0ec427d9c86228ecec349ea2d303abbe1 (patch)
tree426d32afeb10c516899d96e46c390bdd3b8c3b5c /vcl/CppunitTest_vcl_filters_test.mk
parent208e66185b634ebc131121158f93f4f3ae4bd18e (diff)
emfplus: corrections for UnitTest in vcl
The CppunitTest_vcl_filters_test was not working due to a wmf file now being loadable. This leaded to better check errors on stream and react on it in test code. Hrad to find since that test - for whatever reason - is not executed on win. Also need to check result of EmfReader. Added emfio to test's module list Change-Id: Iea2b835408e919a8456e8f178cbfc782885ffebb
Diffstat (limited to 'vcl/CppunitTest_vcl_filters_test.mk')
-rw-r--r--vcl/CppunitTest_vcl_filters_test.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/CppunitTest_vcl_filters_test.mk b/vcl/CppunitTest_vcl_filters_test.mk
index 7137ee13b96f..03a423233c9e 100644
--- a/vcl/CppunitTest_vcl_filters_test.mk
+++ b/vcl/CppunitTest_vcl_filters_test.mk
@@ -31,6 +31,7 @@ $(eval $(call gb_CppunitTest_use_libraries,vcl_filters_test, \
tl \
unotest \
vcl \
+ emfio \
))
$(eval $(call gb_CppunitTest_use_sdk_api,vcl_filters_test))
@@ -44,6 +45,7 @@ $(eval $(call gb_CppunitTest_use_components,vcl_filters_test,\
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
uui/util/uui \
+ emfio/emfio \
))
$(eval $(call gb_CppunitTest_use_configuration,vcl_filters_test))