|
LMMS
|
#include <float.h>#include <math.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "serd/serd.h"Classes | |
| struct | ReaderTest |
Macros | |
| #define | USTR(s) |
| #define | INFINITY (DBL_MAX + DBL_MAX) |
| #define | NAN (INFINITY - INFINITY) |
| #define | MAX 1000000 |
| #define | NUM_TESTS 1000 |
Functions | |
| static int | failure (const char *fmt,...) |
| static bool | test_strtod (double dbl, double max_delta) |
| static SerdStatus | count_prefixes (void *handle, const SerdNode *name, const SerdNode *uri) |
| static SerdStatus | test_sink (void *handle, SerdStatementFlags flags, const SerdNode *graph, const SerdNode *subject, const SerdNode *predicate, const SerdNode *object, const SerdNode *object_datatype, const SerdNode *object_lang) |
| int | main (void) |
| #define INFINITY (DBL_MAX + DBL_MAX) |
| #define MAX 1000000 |
| #define NUM_TESTS 1000 |
| #define USTR | ( | s | ) |
|
static |
|
static |