summaryrefslogtreecommitdiff
path: root/basegfx/CppunitTest_basegfx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/CppunitTest_basegfx.mk')
-rw-r--r--basegfx/CppunitTest_basegfx.mk10
1 files changed, 5 insertions, 5 deletions
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 \