fix parsing error with multi-line conditional operators
[bpt/coccinelle.git] / parsing_c / test_parsing_c.mli
index 80f45f7..cfa572d 100644 (file)
@@ -2,6 +2,8 @@ open Common.BasicType
 
 val test_tokens_c : filename -> unit
 
+val get_files : string -> string list
+
 (* parse and handle some regression information when called with dirmode *)
 val test_parse_c  : filename list -> unit
 val test_parse_h  : filename list -> unit
@@ -12,6 +14,8 @@ val test_parse_unparse : filename -> unit
 val test_cfg : filename (* foo.c or foo.c:main *) -> unit
 val test_type_c : filename -> unit
 
+val test_comment_annotater : filename -> unit
+
 val test_compare_c : filename -> filename -> unit (* result is in unix code *)
 val test_compare_c_hardcoded : unit -> unit