CCUnit
2.1
A C Unit Testing Library
|
Generate a code to creating test suite code from the test case source codes. More...
![]() |
Modules | |
_TestDef | |
Test definition. | |
_TestSuiteDef | |
Test suite definition. | |
_TestFuncDef | |
Test func definition. | |
_TestCaseDef | |
Test case definition. | |
_ReadSuite | |
Read test func definitions from test source code. | |
_WriteSuite | |
Write the source code to making the test suite. | |
_PrintSuite | |
Creating test suite tool ccunit_makeSuite | |
Generate a source code to creating test suite. |
Functions | |
static void | usage (const char *progname) |
print help massage. |
Generate a code to creating test suite code from the test case source codes.
To generate a code, the test case source codes must be formatted by following pseudo-BNF:
|
static |
print help massage.
progname | program name. |
References LONGOPTNAME.
Referenced by ccunit_makeSuite().
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:15 for CCUnit by
![]() |