CCUnit  2.1
A C Unit Testing Library
 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 グループ ページ
マクロ定義 | 関数
CCUnitMakeSuite.c

Make test suite object code from test source code. [詳細]

#include <ccunit/CCUnitMakeSuite.h>
#include <ccunit/CCUnitLogMessage.h>
#include <stdio.h>
#include <errno.h>
CCUnitMakeSuite.cのインクルード依存関係図

マクロ定義

#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

関数

static void usage (const char *progname)
 print help massage.
int ccunit_makeSuite (int ac, char **av)
 テストケースのソースコードから、テストスーツを作成するコードを生成する。
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

参照元 ccunit_makeSuite().

#define LONGOPTNAME (   LO)    /* -- LO | */

long name option

参照元 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.

参照元 ccunit_makeSuite().

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