5e5087b0a3
- need to run cmake with "-DTESTCOV=ON" and "-DCMAKE_BUILD_TYPE=Debug" - type "make/ninja cov" - open "coverage/index.html" to check the code coverage
4 lines
74 B
Bash
Executable file
4 lines
74 B
Bash
Executable file
#!/usr/bin/env bash
|
|
ctest -D ExperimentalBuild
|
|
yes "C" | ctest -VV
|
|
exit 0
|