sc: do not use dashes in the file names
underscores are used predominantly Change-Id: I4a51903a2c7712f463b10a56c7466077544adfee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121408 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
#
|
#
|
||||||
|
|
||||||
$(eval $(call sc_subsequent_test,export-test))
|
$(eval $(call sc_subsequent_test,export_test))
|
||||||
|
|
||||||
# vim: set noet sw=4 ts=4:
|
# vim: set noet sw=4 ts=4:
|
@@ -7,6 +7,6 @@
|
|||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
#
|
#
|
||||||
|
|
||||||
$(eval $(call sc_subsequent_test,export-test2))
|
$(eval $(call sc_subsequent_test,export_test2))
|
||||||
|
|
||||||
# vim: set noet sw=4 ts=4:
|
# vim: set noet sw=4 ts=4:
|
@@ -7,6 +7,6 @@
|
|||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
#
|
#
|
||||||
|
|
||||||
$(eval $(call sc_subsequent_test,filters-test))
|
$(eval $(call sc_subsequent_test,filters_test))
|
||||||
|
|
||||||
# vim: set noet sw=4 ts=4:
|
# vim: set noet sw=4 ts=4:
|
@@ -7,6 +7,6 @@
|
|||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
#
|
#
|
||||||
|
|
||||||
$(eval $(call sc_subsequent_test,filters-test2))
|
$(eval $(call sc_subsequent_test,filters_test2))
|
||||||
|
|
||||||
# vim: set noet sw=4 ts=4:
|
# vim: set noet sw=4 ts=4:
|
@@ -76,10 +76,10 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
|
|||||||
CppunitTest_sc_new_cond_format_api \
|
CppunitTest_sc_new_cond_format_api \
|
||||||
CppunitTest_sc_pdf_export \
|
CppunitTest_sc_pdf_export \
|
||||||
CppunitTest_sc_pivottable_filters_test \
|
CppunitTest_sc_pivottable_filters_test \
|
||||||
CppunitTest_sc_subsequent_filters-test \
|
CppunitTest_sc_subsequent_filters_test \
|
||||||
CppunitTest_sc_subsequent_filters-test2 \
|
CppunitTest_sc_subsequent_filters_test2 \
|
||||||
CppunitTest_sc_subsequent_export-test \
|
CppunitTest_sc_subsequent_export_test \
|
||||||
CppunitTest_sc_subsequent_export-test2 \
|
CppunitTest_sc_subsequent_export_test2 \
|
||||||
CppunitTest_sc_uicalc \
|
CppunitTest_sc_uicalc \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
@@ -8110,7 +8110,7 @@ sc/qa/unit/parallelism.cxx
|
|||||||
sc/qa/unit/range.cxx
|
sc/qa/unit/range.cxx
|
||||||
sc/qa/unit/rangelst_test.cxx
|
sc/qa/unit/rangelst_test.cxx
|
||||||
sc/qa/unit/screenshots/screenshots.cxx
|
sc/qa/unit/screenshots/screenshots.cxx
|
||||||
sc/qa/unit/subsequent_filters-test.cxx
|
sc/qa/unit/subsequent_filters_test.cxx
|
||||||
sc/qa/unit/tiledrendering/tiledrendering.cxx
|
sc/qa/unit/tiledrendering/tiledrendering.cxx
|
||||||
sc/qa/unit/ucalc.cxx
|
sc/qa/unit/ucalc.cxx
|
||||||
sc/qa/unit/ucalc_column.cxx
|
sc/qa/unit/ucalc_column.cxx
|
||||||
|
Reference in New Issue
Block a user