lean2/script/run_tests.sh
Soonho Kong 5e5087b0a3 chore(testcov): add compile target "cov" to run code-coverage locally
- 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
2013-09-26 20:28:52 -07:00

4 lines
74 B
Bash
Executable file

#!/usr/bin/env bash
ctest -D ExperimentalBuild
yes "C" | ctest -VV
exit 0