lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

Update CMakeLists.txt to allow for code coverage reporting in test suite #56

Closed lawrancej closed 12 years ago

lawrancej commented 12 years ago

I'd like to know what percentage of code the test suite exercises. Instructions here: http://www.cmake.org/Wiki/CTest/Coverage

lawrancej commented 12 years ago

Also, it'd be nice to use lcov to produce a nice report of code coverage for all tests. Instructions here http://ltp.sourceforge.net/coverage/lcov/readme.php