diff options
author | Monty <monty@mariadb.org> | 2016-12-06 14:05:09 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-01-11 09:18:35 +0200 |
commit | 67034b6d5265621d67ce589cdee537571ccacfa9 (patch) | |
tree | fb719320258339256ae34c0530dcd545b3bf5d57 /mysql-test/README.gcov | |
parent | f27ca6f667f21b45325cc0f262f6aa632375be9a (diff) | |
download | mariadb-git-67034b6d5265621d67ce589cdee537571ccacfa9.tar.gz |
Fixes for running with gcov
Diffstat (limited to 'mysql-test/README.gcov')
-rw-r--r-- | mysql-test/README.gcov | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mysql-test/README.gcov b/mysql-test/README.gcov deleted file mode 100644 index 6d2852e8ca0..00000000000 --- a/mysql-test/README.gcov +++ /dev/null @@ -1,13 +0,0 @@ -To be able to see the level of coverage with the current test suite, -do the following: - - - Make sure gcov is installed - - Compile the MySQL distribution with BUILD/compile-pentium-gcov (if your - machine does not have a pentium CPU, hack this script, or just live with - the pentium-specific stuff) - - In the mysql-test directory, run this command: ./mysql-test-run -gcov - - To see the level of coverage for a given source file: - grep source_file_name /tmp/gcov.out - - To see which lines are not yet covered, look at source_file_name.gcov in - the source tree. Then think hard about a test case that will cover those - lines, and write one! |