blob: 64a97ce47e2d8bead8141f9e7d64b62aca988db9 (
plain)
1
2
3
4
5
6
7
8
|
To be able to see the level of coverage with the current test suite,
do the following:
- Make sure gcov is installed
- Compile the MariaDB distribution with -DENABLE_GCOV=1
- In the mysql-test directory, run this command: `./mysql-test-run --gcov`
- see var/last_changes.dgcov for the coverage of uncommitted code
- see `./dgcov -h` for more options
|