FSFW Update #28

Merged
jgerhards merged 782 commits from fsfw_update into develop 2023-05-28 23:43:22 +02:00
778 changed files with 11176 additions and 8148 deletions
Showing only changes of commit 32c12b3dbf - Show all commits

View File

@@ -199,7 +199,7 @@ def check_for_cmake_build_dir(build_dir_list: list) -> list:
def perform_lcov_operation(directory: str, chdir: bool): def perform_lcov_operation(directory: str, chdir: bool):
if chdir: if chdir:
os.chdir(directory) os.chdir(directory)
cmd_runner("cmake --build . -- fsfw-tests_coverage -j") cmd_runner("cmake --build . -j -- fsfw-tests_coverage")
def determine_build_dir(build_dir_list: List[str]): def determine_build_dir(build_dir_list: List[str]):