CCUnit
2.1
A C Unit Testing Library
|
Make test suite object code from test source code. More...
#include <ccunit/CCUnitMakeSuite.h>
#include <ccunit/CCUnitLogMessage.h>
#include <stdio.h>
#include <errno.h>
Macros | |
#define | SETVBUF(FP, PTR, TYP, SZ) setvbuf(FP,PTR,TYP,SZ) |
If `setvbuf' takes the buffering type as its second argument and the buffer pointer as the third, instead of the other way around. | |
#define | DIRSEP '/' |
directory separetor | |
#define | LONGOPTNAME(LO) /* -- LO | */ |
long name option |
Functions | |
static void | usage (const char *progname) |
print help massage. | |
int | ccunit_makeSuite (int ac, char **av) |
Generate a code to creating test suite code from the test func source codes. | |
int | ccunit_va_makeSuite (const char *prg,...) |
Generate a code to creating test suite code from the test func source codes. |
Make test suite object code from test source code.
#define DIRSEP '/' |
directory separetor
Referenced by ccunit_makeSuite().
#define LONGOPTNAME | ( | LO | ) | /* -- LO | */ |
long name option
Referenced by usage().
#define SETVBUF | ( | FP, | |
PTR, | |||
TYP, | |||
SZ | |||
) | setvbuf(FP,PTR,TYP,SZ) |
If `setvbuf' takes the buffering type as its second argument and the buffer pointer as the third, instead of the other way around.
Referenced by ccunit_makeSuite().
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:11 for CCUnit by
![]() |