[Libreoffice-commits] core.git: 2 commits - sd/CppunitTest_sd_filters_test.mk sd/CppunitTest_sd_regression_test.mk sd/CppunitTest_sd_uimpress.mk
David Tardon
dtardon at redhat.com
Sun Mar 3 10:44:04 PST 2013
sd/CppunitTest_sd_filters_test.mk | 2 ++
sd/CppunitTest_sd_regression_test.mk | 2 ++
sd/CppunitTest_sd_uimpress.mk | 1 +
3 files changed, 5 insertions(+)
New commits:
commit d6d6a8d79ac13a5b9e060032cab2fa216c0b8213
Author: David Tardon <dtardon at redhat.com>
Date: Sun Mar 3 19:41:26 2013 +0100
pull in a VCL plugin needed for running the test
Change-Id: I832e6d0563ece9bde6a1d533415eaec1f4bfb937
diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk
index 64e21cc..094ee32 100644
--- a/sd/CppunitTest_sd_uimpress.mk
+++ b/sd/CppunitTest_sd_uimpress.mk
@@ -65,6 +65,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_uimpress,\
svt \
svxcore \
svx \
+ test \
tk \
tl \
ucbhelper \
commit d25aed7012dff79a7f192fbe5ead6905027a4f7b
Author: David Tardon <dtardon at redhat.com>
Date: Sun Mar 3 18:42:30 2013 +0100
add missing deps on sden-US.res
Change-Id: I6bfda2abfcaba462a718ed469fb0daf01d8e856a
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk
index 1f3858b..34adf24 100644
--- a/sd/CppunitTest_sd_filters_test.mk
+++ b/sd/CppunitTest_sd_filters_test.mk
@@ -123,4 +123,6 @@ $(eval $(call gb_CppunitTest_use_configuration,sd_filters_test))
$(eval $(call gb_CppunitTest_use_filter_configuration,sd_filters_test))
+$(call gb_CppunitTest_get_target,sd_filters_test) : $(call gb_AllLangResTarget_get_target,sd)
+
# vim: set noet sw=4 ts=4:
diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk
index 607c2e3..cdf1fa4 100644
--- a/sd/CppunitTest_sd_regression_test.mk
+++ b/sd/CppunitTest_sd_regression_test.mk
@@ -133,4 +133,6 @@ $(eval $(call gb_CppunitTest_add_arguments,sd_regression_test,\
"-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
))
+$(call gb_CppunitTest_get_target,sd_regression_test) : $(call gb_AllLangResTarget_get_target,sd)
+
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list