mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2025-12-23 17:40:16 +00:00
Fix standardtester bugs
This commit is contained in:
@@ -81,6 +81,8 @@ SUBDIRS += \
|
|||||||
allthemesgen \
|
allthemesgen \
|
||||||
docbuilder
|
docbuilder
|
||||||
}
|
}
|
||||||
|
|
||||||
|
core_ios:CONFIG += no_tests
|
||||||
!no_tests {
|
!no_tests {
|
||||||
SUBDIRS += standardtester
|
SUBDIRS += standardtester
|
||||||
}
|
}
|
||||||
@@ -210,7 +212,7 @@ doctrenderer.makefile = $$CORE_ROOT_DIR/DesktopEditor/doctrenderer/Makefile
|
|||||||
}
|
}
|
||||||
|
|
||||||
!no_tests {
|
!no_tests {
|
||||||
standardtester.file = $$CORE_ROOT_DIR/Test/Applications/StandardTester/StandardTester.pro
|
standardtester.file = $$CORE_ROOT_DIR/Test/Applications/StandardTester/standardtester.pro
|
||||||
standardtester.makefile = $$CORE_ROOT_DIR/Test/Applications/StandardTester/Makefile.standardtester$$PRO_SUFFIX
|
standardtester.makefile = $$CORE_ROOT_DIR/Test/Applications/StandardTester/Makefile.standardtester$$PRO_SUFFIX
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ def make():
|
|||||||
|
|
||||||
base.copy_exe(core_build_dir + "/bin/" + platform, archive_dir, "allfontsgen")
|
base.copy_exe(core_build_dir + "/bin/" + platform, archive_dir, "allfontsgen")
|
||||||
base.copy_exe(core_build_dir + "/bin/" + platform, archive_dir, "allthemesgen")
|
base.copy_exe(core_build_dir + "/bin/" + platform, archive_dir, "allthemesgen")
|
||||||
base.copy_exe(core_build_dir + "/bin/" + platform, archive_dir, "StandardTester")
|
base.copy_exe(core_build_dir + "/bin/" + platform, archive_dir, "standardtester")
|
||||||
|
|
||||||
base.create_dir(archive_dir + "/HtmlFileInternal")
|
base.create_dir(archive_dir + "/HtmlFileInternal")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user