gwenhywfar  4.6.0beta
Macros | Functions
testlib.c File Reference
#include <gwenhywfar/buffer.h>
#include <gwenhywfar/base64.h>
#include <gwenhywfar/debug.h>
#include <gwenhywfar/padd.h>
#include <gwenhywfar/cgui.h>
#include <gwenhywfar/directory.h>
#include <gwenhywfar/list.h>
#include <gwenhywfar/pathmanager.h>
#include <errno.h>
#include "gwenhywfar.h"

Go to the source code of this file.

Macros

#define ASSERT(expr)
#define MAX_PATH   200

Functions

int check1 ()
int check2 ()
int check_constlist ()
int check_directory ()
int check_list ()
int main (int argc, char **argv)
int print_paths ()
void * printfunc (const char *s, void *u)
int test_gui (int test_with_interaction)

Macro Definition Documentation

#define ASSERT (   expr)
Value:
if (!(expr)) \
{ printf("FAILED assertion in " __FILE__ ": %d: " #expr "\n", \
__LINE__); return -1; }

Definition at line 144 of file testlib.c.

Referenced by check_constlist(), and check_list().

#define MAX_PATH   200

Definition at line 119 of file testlib.c.

Referenced by check_directory().

Function Documentation

int check1 ( )
int check2 ( )
int check_constlist ( )
int check_directory ( )
int check_list ( )
int main ( int  argc,
char **  argv 
)
int print_paths ( )
void* printfunc ( const char *  s,
void *  u 
)

Definition at line 242 of file testlib.c.

Referenced by print_paths().

int test_gui ( int  test_with_interaction)