From dc4b82a030ffacb8c25adfa616b0fe2db1c6fcc2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 28 Aug 2014 15:06:58 +0200 Subject: Fixed some CppunitTest names Change-Id: I57b039c7114c03944e8eaba9ca1bb81da563640a --- basebmp/CppunitTest_basebmp.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'basebmp') 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 \ -- cgit