Fix CppunitTest name
Change-Id: Id93eadfd0a34f319f4f6302e1dd225ba71c42a4e
This commit is contained in:
@@ -9,15 +9,15 @@
|
|||||||
#
|
#
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_CppunitTest,sd_export_test))
|
$(eval $(call gb_CppunitTest_CppunitTest,sd_export_tests))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_external,sd_export_test,boost_headers))
|
$(eval $(call gb_CppunitTest_use_external,sd_export_tests,boost_headers))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_add_exception_objects,sd_export_test, \
|
$(eval $(call gb_CppunitTest_add_exception_objects,sd_export_tests, \
|
||||||
sd/qa/unit/export-tests \
|
sd/qa/unit/export-tests \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_libraries,sd_export_test, \
|
$(eval $(call gb_CppunitTest_use_libraries,sd_export_tests, \
|
||||||
$(call gb_Helper_optional,AVMEDIA,avmedia) \
|
$(call gb_Helper_optional,AVMEDIA,avmedia) \
|
||||||
basegfx \
|
basegfx \
|
||||||
comphelper \
|
comphelper \
|
||||||
@@ -51,21 +51,21 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_export_test, \
|
|||||||
$(gb_UWINAPI) \
|
$(gb_UWINAPI) \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_set_include,sd_export_test,\
|
$(eval $(call gb_CppunitTest_set_include,sd_export_tests,\
|
||||||
-I$(SRCDIR)/sd/source/ui/inc \
|
-I$(SRCDIR)/sd/source/ui/inc \
|
||||||
-I$(SRCDIR)/sd/inc \
|
-I$(SRCDIR)/sd/inc \
|
||||||
$$(INCLUDE) \
|
$$(INCLUDE) \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_api,sd_export_test,\
|
$(eval $(call gb_CppunitTest_use_api,sd_export_tests,\
|
||||||
offapi \
|
offapi \
|
||||||
udkapi \
|
udkapi \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_ure,sd_export_test))
|
$(eval $(call gb_CppunitTest_use_ure,sd_export_tests))
|
||||||
$(eval $(call gb_CppunitTest_use_vcl,sd_export_test))
|
$(eval $(call gb_CppunitTest_use_vcl,sd_export_tests))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_components,sd_export_test,\
|
$(eval $(call gb_CppunitTest_use_components,sd_export_tests,\
|
||||||
animations/source/animcore/animcore \
|
animations/source/animcore/animcore \
|
||||||
basic/util/sb \
|
basic/util/sb \
|
||||||
chart2/source/chartcore \
|
chart2/source/chartcore \
|
||||||
@@ -106,11 +106,11 @@ $(eval $(call gb_CppunitTest_use_components,sd_export_test,\
|
|||||||
xmlsecurity/util/xmlsecurity \
|
xmlsecurity/util/xmlsecurity \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_configuration,sd_export_test))
|
$(eval $(call gb_CppunitTest_use_configuration,sd_export_tests))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_unittest_configuration,sd_export_test))
|
$(eval $(call gb_CppunitTest_use_unittest_configuration,sd_export_tests))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_add_arguments,sd_export_test,\
|
$(eval $(call gb_CppunitTest_add_arguments,sd_export_tests,\
|
||||||
"-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
|
"-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user