summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-28 15:06:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-28 15:06:58 +0200
commitdc4b82a030ffacb8c25adfa616b0fe2db1c6fcc2 (patch)
tree7c7109086b67cbf7b065d60e7553ac8b01c4b97d /basebmp
parent10e770492449b8c1640b58737c41fa6528a546dd (diff)
Fixed some CppunitTest names
Change-Id: I57b039c7114c03944e8eaba9ca1bb81da563640a
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/CppunitTest_basebmp.mk12
1 files changed, 6 insertions, 6 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 \