exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
check_grammar.c File Reference

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 Suitegrammar_suite (void)
 
int main (void)
 

Detailed Description

Date
Sep 13, 2010
Author
Rumen Kyusakov
Version
0.5
[Revision] $Id: check_grammar.c 328 2013-10-30 16:00:10Z kjussakov $

Definition in file check_grammar.c.

Function Documentation

END_TEST Suite* grammar_suite ( void  )

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.