Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/terminaldweller/covtest
- Owner: terminaldweller
- License: lgpl-3.0
- Created: 2016-08-06T08:18:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T18:54:07.000Z (over 8 years ago)
- Last Synced: 2025-02-16T10:39:20.274Z (5 days ago)
- Topics: coverage-testing, harness, test-harness
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# covtest
judge the judgeit'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.