This commit is contained in:
2021-01-03 12:09:36 +01:00
parent cee5f89fa6
commit 067013d849

View File

@@ -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 |