Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terminaldweller/covtest

An implementation of the source code to test code coverage tools and their accuracy/correctness.
https://github.com/terminaldweller/covtest

coverage-testing harness test-harness

Last synced: 4 days ago
JSON representation

An implementation of the source code to test code coverage tools and their accuracy/correctness.

Awesome Lists containing this project

README

        

# covtest
judge the judge

it's a simple testsuite to test the code-coverage tools. the file titled testFuncs1.c includes the test functions.
all funcitons have their own comments which explained what is being tested and what would the result indicate.
for tools that generate the test harness only testFuncs1.c ad testFuncs1.h are required. for tools that don't generate the test harness
themselves, harness.c acts like a very simple harness.