Release coccinelle-0.1
[bpt/coccinelle.git] / parsing_c / test_parsing_c.mli
1 open Common.BasicType
2
3 val test_tokens_c : filename -> unit
4 (* parse and handle some regression information when called with dirmode *)
5 val test_parse_c : filename list -> unit
6 val test_parse_h : filename list -> unit
7 val test_parse_ch : filename list -> unit
8
9 val test_parse_unparse : filename -> unit
10
11 val test_cfg : filename (* foo.c or foo.c:main *) -> unit
12 val test_type_c : filename -> unit
13
14 val test_compare_c : filename -> filename -> unit (* result is in unix code *)
15 val test_compare_c_hardcoded : unit -> unit
16
17
18 val test_xxx : string list -> unit
19
20
21 val actions: unit -> Common.cmdline_actions