We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da169ac commit 9746fa1Copy full SHA for 9746fa1
Makefile
@@ -18,7 +18,7 @@ all:
18
check: all
19
cmake -S . -B build -DJIT=${JIT} -DSDL=${SDL} -DICARUS=${ICARUS} -DTESTING=1
20
cmake --build build
21
- export PATH=$(abspath .):$$PATH && cd build && ctest --rerun-failed --output-on-failure
+ export PATH=$(abspath .):$$PATH && cd build && ctest --output-on-failure
22
23
# Use CMAKE_BUILD_TYPE=Debug for coverage to avoid glitchy optimizations.
24
coverage: CMAKE_BUILD_TYPE = Debug
0 commit comments