1 #include <stic.h>
2 
3 #include <stddef.h> /* NULL */
4 
5 #include "../../src/engine/parsing.h"
6 
7 DEFINE_SUITE();
8 
SETUP()9 SETUP()
10 {
11 	init_parser(NULL);
12 }
13 
14 /* vim: set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab cinoptions-=(0 : */
15 /* vim: set cinoptions+=t0 filetype=c : */
16