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