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