5 lines
223 B
Bash
5 lines
223 B
Bash
|
|
cmake -S . -B build
|
||
|
|
cmake --build build
|
||
|
|
ctest --test-dir build --output-on-failure --output-junit "$(pwd)/ctest-junit.xml"
|
||
|
|
python3 scripts/mutation_test.py --target src/error.c --junit mutation-junit.xml --threshold 65
|