20#include <lal/LALStdlib.h>
37 if (
code) printf (
" FAIL: did not recognize \"%s\"\n", message);
41 else if (
code && strcmp(message,
status->statusDescription))
43 printf(
" FAIL: incorrect error message \"%s\" not \"%s\"\n",
44 status->statusDescription, message);
static INT4 CheckStatus(LALStatus *status, const INT4 code, const CHAR *message, const INT4 exitcode, const CHAR *error)
void REPORTSTATUS(LALStatus *status)
static REAL8TimeSeries * error(const REAL8TimeSeries *s1, const REAL8TimeSeries *s0)
unsigned char BOOLEAN
Boolean logical type, see Headers LAL(Atomic)Datatypes.h for more details.
char CHAR
One-byte signed integer, see Headers LAL(Atomic)Datatypes.h for more details.
int32_t INT4
Four-byte signed integer.
LAL status structure, see The LALStatus structure for more details.