Functions

dejagnu.h File Reference

#include <stdio.h>
#include <stdarg.h>
#include <string.h>

Go to the source code of this file.

Functions

void wait (void)
void pass (const char *fmt,...)
void xpass (const char *fmt,...)
void fail (const char *fmt,...)
void xfail (const char *fmt,...)
void untested (const char *fmt,...)
void unresolved (const char *fmt,...)
void note (const char *fmt,...)
void totals (void)

Function Documentation

void fail ( const char *  fmt,
  ... 
) [inline]

References wait().

void note ( const char *  fmt,
  ... 
) [inline]

References wait().

void pass ( const char *  fmt,
  ... 
) [inline]

References wait().

void totals ( void   )  [inline]
void unresolved ( const char *  fmt,
  ... 
) [inline]

References wait().

void untested ( const char *  fmt,
  ... 
) [inline]

References wait().

void wait ( void   ) 
void xfail ( const char *  fmt,
  ... 
) [inline]

References wait().

void xpass ( const char *  fmt,
  ... 
) [inline]

References wait().