diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 16:51:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 16:56:36 +0100 |
commit | acb9da3d4a0d04be447d942da2ea197aa12349e3 (patch) | |
tree | f99493a5c0d88de7f32f46ad45a7830c8a57f513 /sax | |
parent | 695671eb18674ea58103093b9cf31a31afe8d2fd (diff) |
Fix naming
Change-Id: Ia7c62d57c56a27e097dbe252b6c6cac8fba7ace5
Diffstat (limited to 'sax')
-rw-r--r-- | sax/CppunitTest_sax.mk | 10 |
1 files changed, 5 insertions, 5 deletions
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 \ )) |