From acb9da3d4a0d04be447d942da2ea197aa12349e3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 17 Dec 2013 16:51:35 +0100 Subject: Fix naming Change-Id: Ia7c62d57c56a27e097dbe252b6c6cac8fba7ace5 --- sax/CppunitTest_sax.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sax') diff --git a/sax/CppunitTest_sax.mk b/sax/CppunitTest_sax.mk index 074752278de5..62624b967b45 100644 --- a/sax/CppunitTest_sax.mk +++ b/sax/CppunitTest_sax.mk @@ -7,16 +7,16 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_CppunitTest_CppunitTest,sax_cpputest)) +$(eval $(call gb_CppunitTest_CppunitTest,sax)) -$(eval $(call gb_CppunitTest_use_api,sax_cpputest,\ +$(eval $(call gb_CppunitTest_use_api,sax,\ offapi \ udkapi \ )) -$(eval $(call gb_CppunitTest_use_external,sax_cpputest,boost_headers)) +$(eval $(call gb_CppunitTest_use_external,sax,boost_headers)) -$(eval $(call gb_CppunitTest_use_libraries,sax_cpputest, \ +$(eval $(call gb_CppunitTest_use_libraries,sax, \ sax \ sal \ comphelper \ @@ -24,7 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sax_cpputest, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_exception_objects,sax_cpputest, \ +$(eval $(call gb_CppunitTest_add_exception_objects,sax, \ sax/qa/cppunit/test_converter \ )) -- cgit