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.

Defines

#define ASSERT(expr)
#define MAX_PATH   200

Functions

int check1 ()
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)


Define 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


Function Documentation

int check1 (  ) 

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  ) 


Generated on Fri Apr 11 01:53:50 2008 for gwenhywfar by  doxygen 1.5.5