mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
7baf24a0f8
* update README * fix version regex to support versions with two digits * die if the version cannot be parsed * support gcc versions 11+ * require JSON::PP not use, to avoid introducing new rpm dependency into MariaDB-test
8 lines
361 B
Text
8 lines
361 B
Text
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
|