• Karel Koci's avatar
    Generate test coverage information · faa3c376
    Karel Koci authored
    Defining "COV' for make will enable generation of coverage data. Then
    running tests will create those data and html can be generated with
    "COV=y make coverage".
    
    Coverage is generated for both C and Lua. C uses gcov. Lua is our hacky
    implementation.
    faa3c376