[Libreoffice-commits] core.git: basebmp/CppunitTest_basebmp.mk basegfx/CppunitTest_basegfx.mk odk/CppunitTest_checkapi.mk odk/CppunitTest_odk_checkapi.mk odk/Module_odk.mk
Stephan Bergmann
sbergman at redhat.com
Thu Aug 28 06:07:48 PDT 2014
basebmp/CppunitTest_basebmp.mk | 12 ++++++------
basegfx/CppunitTest_basegfx.mk | 10 +++++-----
odk/CppunitTest_checkapi.mk | 34 ----------------------------------
odk/CppunitTest_odk_checkapi.mk | 34 ++++++++++++++++++++++++++++++++++
odk/Module_odk.mk | 2 +-
5 files changed, 46 insertions(+), 46 deletions(-)
New commits:
commit dc4b82a030ffacb8c25adfa616b0fe2db1c6fcc2
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Aug 28 15:06:58 2014 +0200
Fixed some CppunitTest names
Change-Id: I57b039c7114c03944e8eaba9ca1bb81da563640a
diff --git a/basebmp/CppunitTest_basebmp.mk b/basebmp/CppunitTest_basebmp.mk
index c2ffb5f..17ba6db 100644
--- a/basebmp/CppunitTest_basebmp.mk
+++ b/basebmp/CppunitTest_basebmp.mk
@@ -7,23 +7,23 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_CppunitTest_CppunitTest,basebmp_cpputest))
+$(eval $(call gb_CppunitTest_CppunitTest,basebmp))
-$(eval $(call gb_CppunitTest_use_sdk_api,basebmp_cpputest))
+$(eval $(call gb_CppunitTest_use_sdk_api,basebmp))
-$(eval $(call gb_CppunitTest_use_external,basebmp_cpputest,boost_headers))
+$(eval $(call gb_CppunitTest_use_external,basebmp,boost_headers))
-$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
+$(eval $(call gb_CppunitTest_use_libraries,basebmp,\
basebmp \
))
-$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
+$(eval $(call gb_CppunitTest_use_libraries,basebmp,\
basegfx \
sal \
$(gb_UWINAPI) \
))
-$(eval $(call gb_CppunitTest_add_exception_objects,basebmp_cpputest,\
+$(eval $(call gb_CppunitTest_add_exception_objects,basebmp,\
basebmp/test/basictest \
basebmp/test/bmpmasktest \
basebmp/test/bmptest \
diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk
index e502885..d3bb56f 100644
--- a/basegfx/CppunitTest_basegfx.mk
+++ b/basegfx/CppunitTest_basegfx.mk
@@ -7,16 +7,16 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_CppunitTest_CppunitTest,basegfx_cpputest))
+$(eval $(call gb_CppunitTest_CppunitTest,basegfx))
-$(eval $(call gb_CppunitTest_use_external,basegfx_cpputest,boost_headers))
+$(eval $(call gb_CppunitTest_use_external,basegfx,boost_headers))
-$(eval $(call gb_CppunitTest_use_api,basegfx_cpputest,\
+$(eval $(call gb_CppunitTest_use_api,basegfx,\
offapi \
udkapi \
))
-$(eval $(call gb_CppunitTest_use_libraries,basegfx_cpputest,\
+$(eval $(call gb_CppunitTest_use_libraries,basegfx,\
basegfx \
cppu \
cppuhelper \
@@ -24,7 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basegfx_cpputest,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_CppunitTest_add_exception_objects,basegfx_cpputest,\
+$(eval $(call gb_CppunitTest_add_exception_objects,basegfx,\
basegfx/test/basegfx1d \
basegfx/test/basegfx2d \
basegfx/test/basegfx3d \
diff --git a/odk/CppunitTest_checkapi.mk b/odk/CppunitTest_odk_checkapi.mk
similarity index 100%
rename from odk/CppunitTest_checkapi.mk
rename to odk/CppunitTest_odk_checkapi.mk
diff --git a/odk/Module_odk.mk b/odk/Module_odk.mk
index 50da7d2..1dea657 100644
--- a/odk/Module_odk.mk
+++ b/odk/Module_odk.mk
@@ -52,7 +52,7 @@ $(eval $(call gb_Module_add_targets,odk,\
endif
$(eval $(call gb_Module_add_check_targets,odk,\
- CppunitTest_checkapi \
+ CppunitTest_odk_checkapi \
CustomTarget_allheaders \
CustomTarget_check \
))
More information about the Libreoffice-commits
mailing list