Add all files of zim-testing-suite to the generated base_deps archive.

This commit is contained in:
Matthieu Gautier 2021-05-04 14:36:15 +02:00
parent 52e5c1053c
commit 1845879825
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ def make_deps_archive(target=None, name=None, full=False):
files_to_archive += (HOME / "BUILD_native_static").glob("*/.*_ok")
files_to_archive += HOME.glob("BUILD_android*/**/.*_ok")
files_to_archive += SOURCE_DIR.glob("*/.*_ok")
files_to_archive += SOURCE_DIR.glob("zim-testing-suite-*/*")
if PLATFORM_TARGET.startswith("armhf"):
files_to_archive += (SOURCE_DIR / "armhf").glob("*")
toolchains_subdirs = HOME.glob("BUILD_*/TOOLCHAINS/*/*")