|
exip
Alpha 0.5.4
|
Tests decoding documents using built-in grammar. More...
#include <stdio.h>#include <stdlib.h>#include <check.h>#include "procTypes.h"#include "EXISerializer.h"#include "EXIParser.h"#include "stringManipulate.h"#include "grammarGenerator.h"Go to the source code of this file.
Data Structures | |
| struct | appData |
Macros | |
| #define | INPUT_BUFFER_SIZE 200 |
| #define | MAX_PATH_LEN 200 |
Functions | |
| size_t | readFileInputStream (void *buf, size_t readSize, void *stream) |
| START_TEST (test_decode_ant_example01) | |
| END_TEST Suite * | exip_suite (void) |
| int | main (int argc, char *argv[]) |
Definition in file check_builtin_grammar.c.
| #define INPUT_BUFFER_SIZE 200 |
Definition at line 27 of file check_builtin_grammar.c.
| #define MAX_PATH_LEN 200 |
Definition at line 28 of file check_builtin_grammar.c.
Definition at line 141 of file check_builtin_grammar.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 155 of file check_builtin_grammar.c.
| size_t readFileInputStream | ( | void * | buf, |
| size_t | readSize, | ||
| void * | stream | ||
| ) |
Definition at line 42 of file check_builtin_grammar.c.
| START_TEST | ( | test_decode_ant_example01 | ) |
Definition at line 69 of file check_builtin_grammar.c.
1.8.4