summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-05-14 12:00:51 +0200
committerJan Holesovsky <kendy@suse.cz>2013-05-14 16:50:46 +0200
commit77b14c46aae4240226ef16ae3842e3ca35aaee73 (patch)
tree56b4972e1868ea3c67125d20be242a7a56ff5528 /sd
parent91ab2b6e9d7ea77778e65831cff0a17f3f48ce67 (diff)
sd unittests: Better name for the import tests.
Change-Id: I62c47cbfd71e7606770552368e97e1c92fadf211
Diffstat (limited to 'sd')
-rw-r--r--sd/CppunitTest_sd_import_tests.mk (renamed from sd/CppunitTest_sd_regression_test.mk)28
-rw-r--r--sd/Module_sd.mk2
-rw-r--r--sd/qa/unit/import-tests.cxx (renamed from sd/qa/unit/regression-test.cxx)0
3 files changed, 15 insertions, 15 deletions
diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_import_tests.mk
index 9121af4ace13..419269b51cdc 100644
--- a/sd/CppunitTest_sd_regression_test.mk
+++ b/sd/CppunitTest_sd_import_tests.mk
@@ -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, \
- sd/qa/unit/regression-test \
+$(eval $(call gb_CppunitTest_add_exception_objects,sd_import_tests, \
+ sd/qa/unit/import-tests \
))
-$(eval $(call gb_CppunitTest_use_libraries,sd_regression_test, \
+$(eval $(call gb_CppunitTest_use_libraries,sd_import_tests, \
avmedia \
basegfx \
comphelper \
@@ -52,20 +52,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_regression_test, \
$(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/inc \
$$(INCLUDE) \
))
-$(eval $(call gb_CppunitTest_use_api,sd_regression_test,\
+$(eval $(call gb_CppunitTest_use_api,sd_import_tests,\
offapi \
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 \
basic/util/sb \
comphelper/util/comphelp \
@@ -106,16 +106,16 @@ $(eval $(call gb_CppunitTest_use_components,sd_regression_test,\
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" \
))
-$(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:
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 64c6fe9ed1d9..27cbffa7242c 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -25,7 +25,7 @@ $(eval $(call gb_Module_add_targets,sd,\
ifneq ($(OS),DRAGONFLY)
$(eval $(call gb_Module_add_check_targets,sd,\
CppunitTest_sd_uimpress \
- CppunitTest_sd_regression_test \
+ CppunitTest_sd_import_tests \
CppunitTest_sd_filters_test \
))
endif
diff --git a/sd/qa/unit/regression-test.cxx b/sd/qa/unit/import-tests.cxx
index 66d436295c2b..66d436295c2b 100644
--- a/sd/qa/unit/regression-test.cxx
+++ b/sd/qa/unit/import-tests.cxx