Fix typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Stubser is a stub creator for CUnit
|
||||
In an existing project, which does not use unit tests yet or which is still under heavy development, it is always a tedious task to create stubs for existing code. This GNU C based application takes one or multiple (also recursively) C files to create functional stubs ready to use with CUnit. Following files are created from on input C file:
|
||||
In an existing project, which does not use unit tests yet or which is still under heavy development, it is always a tedious task to create stubs for existing code. This GNU C based application takes one or multiple (also recursively) C files to create functional stubs ready to use with CUnit. Following files are created from one input C file:
|
||||
|
||||
|
||||
| Input | Output | Description |
|
||||
|
Reference in New Issue
Block a user