Fail on compilation failure

This commit is contained in:
Daniel Rainer
2025-06-10 16:45:38 +02:00
parent 1136e656e0
commit c15a900f31

View File

@@ -87,7 +87,8 @@ def compile_test_helper(source_path: Path, binary_path: Path) -> None:
source_path,
"-o",
binary_path,
]
],
check=True,
)