exip
Alpha 0.5.4
|
Tests the EXI grammar module. More...
#include <stdlib.h>
#include <check.h>
#include "grammars.h"
#include "bodyDecode.h"
#include "memManagement.h"
Go to the source code of this file.
Functions | |
START_TEST (test_createDocGrammar) | |
END_TEST | START_TEST (test_processNextProduction) |
END_TEST | START_TEST (test_pushGrammar) |
END_TEST | START_TEST (test_popGrammar) |
END_TEST Suite * | grammar_suite (void) |
int | main (void) |
Definition in file check_grammar.c.
Definition at line 195 of file check_grammar.c.
int main | ( | void | ) |
Definition at line 230 of file check_grammar.c.
START_TEST | ( | test_createDocGrammar | ) |
Definition at line 26 of file check_grammar.c.
END_TEST START_TEST | ( | test_processNextProduction | ) |
Definition at line 55 of file check_grammar.c.
END_TEST START_TEST | ( | test_pushGrammar | ) |
Definition at line 82 of file check_grammar.c.
END_TEST START_TEST | ( | test_popGrammar | ) |
Definition at line 115 of file check_grammar.c.