summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-08 15:12:18 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-08 15:12:18 +0200
commitfbbb833dda9e86d93e8f45f02a1286edb81033a3 (patch)
treeda6d2d88c5e6396ac2578a5ab9fd91be77862ae4 /filter
parentcd2c512f9f6b6aa000fa48efb18033b3ebb3a264 (diff)
compile- and run-time use of UNO must be split
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
Diffstat (limited to 'filter')
-rw-r--r--filter/CppunitTest_filter_tga_test.mk2
-rw-r--r--filter/CppunitTest_filter_tiff_test.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/filter/CppunitTest_filter_tga_test.mk b/filter/CppunitTest_filter_tga_test.mk
index 126f60593ac7..65a56e224c3c 100644
--- a/filter/CppunitTest_filter_tga_test.mk
+++ b/filter/CppunitTest_filter_tga_test.mk
@@ -46,6 +46,8 @@ $(eval $(call gb_CppunitTest_use_api,filter_tga_test,\
offapi \
))
+$(eval $(call gb_CppunitTest_uses_ure,filter_tga_test))
+
$(eval $(call gb_CppunitTest_use_components,filter_tga_test,\
configmgr/source/configmgr \
))
diff --git a/filter/CppunitTest_filter_tiff_test.mk b/filter/CppunitTest_filter_tiff_test.mk
index 035712b8f1d0..d0a26627ffca 100644
--- a/filter/CppunitTest_filter_tiff_test.mk
+++ b/filter/CppunitTest_filter_tiff_test.mk
@@ -46,6 +46,8 @@ $(eval $(call gb_CppunitTest_use_api,filter_tiff_test,\
offapi \
))
+$(eval $(call gb_CppunitTest_uses_ure,filter_tiff_test))
+
$(eval $(call gb_CppunitTest_use_components,filter_tiff_test,\
configmgr/source/configmgr \
))