1
0
forked from fsfw/fsfw

Merge branch 'development' into mueller/cfdp-update-without-handlers

This commit is contained in:
2022-10-17 14:44:28 +02:00
19 changed files with 48 additions and 468 deletions

View File

@ -207,7 +207,7 @@ def check_for_cmake_build_dir(build_dir_list: list) -> list:
def perform_lcov_operation(directory: str, chdir: bool):
if chdir:
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]):