CCUnit project page CCUnit home page

Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

CCUnitMakeSuite.c File Reference


Detailed Description

Make test suite object code from test source code.

#include <ccunit/CCUnitMakeSuite.h>
#include <ccunit/CCUnitLogMessage.h>
#include <stdio.h>
#include <errno.h>

Include dependency graph for CCUnitMakeSuite.c:

Include dependency graph

Defines

#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)
 long name option


Functions

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 case source codes.

int ccunit_va_makeSuite (const char *prg,...)
 Generate a code to creating test suite code from the test case source codes.


Define Documentation

#define DIRSEP   '/'
 

directory separetor

#define LONGOPTNAME LO   ) 
 

long name option

#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.


SourceForge.jp hosts this site. Send comments to:
CCUnit Developer