Kaydet (Commit) acb9da3d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix naming

Change-Id: Ia7c62d57c56a27e097dbe252b6c6cac8fba7ace5
üst 695671eb
......@@ -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 \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment