Kaydet (Commit) 77b14c46 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

sd unittests: Better name for the import tests.

Change-Id: I62c47cbfd71e7606770552368e97e1c92fadf211
üst 91ab2b6e
...@@ -9,15 +9,15 @@ ...@@ -9,15 +9,15 @@
# #
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sd_regression_test)) $(eval $(call gb_CppunitTest_CppunitTest,sd_import_tests))
$(eval $(call gb_CppunitTest_use_external,sd_regression_test,boost_headers)) $(eval $(call gb_CppunitTest_use_external,sd_import_tests,boost_headers))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_regression_test, \ $(eval $(call gb_CppunitTest_add_exception_objects,sd_import_tests, \
sd/qa/unit/regression-test \ sd/qa/unit/import-tests \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sd_regression_test, \ $(eval $(call gb_CppunitTest_use_libraries,sd_import_tests, \
avmedia \ avmedia \
basegfx \ basegfx \
comphelper \ comphelper \
...@@ -52,20 +52,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_regression_test, \ ...@@ -52,20 +52,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_regression_test, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_set_include,sd_regression_test,\ $(eval $(call gb_CppunitTest_set_include,sd_import_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_regression_test,\ $(eval $(call gb_CppunitTest_use_api,sd_import_tests,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sd_regression_test)) $(eval $(call gb_CppunitTest_use_ure,sd_import_tests))
$(eval $(call gb_CppunitTest_use_components,sd_regression_test,\ $(eval $(call gb_CppunitTest_use_components,sd_import_tests,\
animations/source/animcore/animcore \ animations/source/animcore/animcore \
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
...@@ -106,16 +106,16 @@ $(eval $(call gb_CppunitTest_use_components,sd_regression_test,\ ...@@ -106,16 +106,16 @@ $(eval $(call gb_CppunitTest_use_components,sd_regression_test,\
xmlsecurity/util/xmlsecurity \ xmlsecurity/util/xmlsecurity \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sd_regression_test)) $(eval $(call gb_CppunitTest_use_configuration,sd_import_tests))
$(eval $(call gb_CppunitTest_use_filter_configuration,sd_regression_test)) $(eval $(call gb_CppunitTest_use_filter_configuration,sd_import_tests))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sd_regression_test)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sd_import_tests))
$(eval $(call gb_CppunitTest_add_arguments,sd_regression_test,\ $(eval $(call gb_CppunitTest_add_arguments,sd_import_tests,\
"-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \ "-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
)) ))
$(call gb_CppunitTest_get_target,sd_regression_test) : $(call gb_AllLangResTarget_get_target,sd) $(call gb_CppunitTest_get_target,sd_import_tests) : $(call gb_AllLangResTarget_get_target,sd)
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -25,7 +25,7 @@ $(eval $(call gb_Module_add_targets,sd,\ ...@@ -25,7 +25,7 @@ $(eval $(call gb_Module_add_targets,sd,\
ifneq ($(OS),DRAGONFLY) ifneq ($(OS),DRAGONFLY)
$(eval $(call gb_Module_add_check_targets,sd,\ $(eval $(call gb_Module_add_check_targets,sd,\
CppunitTest_sd_uimpress \ CppunitTest_sd_uimpress \
CppunitTest_sd_regression_test \ CppunitTest_sd_import_tests \
CppunitTest_sd_filters_test \ CppunitTest_sd_filters_test \
)) ))
endif endif
......
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