src
Namespaces | Functions
test.cc File Reference
#include <stdio.h>
#include "src/test/range/test.h"
#include "src/test/range/test-impl.h"
Include dependency graph for test.cc:

Go to the source code of this file.

Namespaces

 re2c_test
 

Functions

static bool re2c_test::equal (const re2c::Range *r1, const re2c::Range *r2)
 
static void re2c_test::show (const re2c::Range *r)
 
static int32_t re2c_test::diff (const re2c::Range *r1, const re2c::Range *r2, const re2c::Range *op1, const re2c::Range *op2, const char *op)
 
static int32_t re2c_test::test ()
 
int main ()
 

Function Documentation

int main ( )

Definition at line 91 of file test.cc.

92 {
93  return re2c_test::test ();
94 }
static int32_t test()
Definition: test.cc:68

Here is the call graph for this function: