IDZEBRA  2.2.7
Functions
test_dfa.c File Reference
#include <yaz/test.h>
#include <dfa.h>

Go to the source code of this file.

Functions

int test_parse (struct DFA *dfa, const char *pattern)
 
static void tst (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 54 of file test_dfa.c.

References tst().

◆ test_parse()

int test_parse ( struct DFA dfa,
const char *  pattern 
)

Definition at line 26 of file test_dfa.c.

References dfa_parse().

Referenced by tst().

◆ tst()

static void tst ( int  argc,
char **  argv 
)
static

Definition at line 34 of file test_dfa.c.

References dfa_delete(), dfa_init(), and test_parse().

Referenced by main().