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