summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basebmp/CppunitTest_basebmp.mk12
-rw-r--r--basegfx/CppunitTest_basegfx.mk10
-rw-r--r--odk/CppunitTest_odk_checkapi.mk (renamed from odk/CppunitTest_checkapi.mk)0
-rw-r--r--odk/Module_odk.mk2
4 files changed, 12 insertions, 12 deletions
diff --git a/basebmp/CppunitTest_basebmp.mk b/basebmp/CppunitTest_basebmp.mk
index c2ffb5f7d5b6..17ba6dbc0460 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 e502885ab735..d3bb56f088fb 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
index 4b1c9f1654ba..4b1c9f1654ba 100644
--- a/odk/CppunitTest_checkapi.mk
+++ b/odk/CppunitTest_odk_checkapi.mk
diff --git a/odk/Module_odk.mk b/odk/Module_odk.mk
index 50da7d2c7fb6..1dea6578c88f 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 \
))