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