1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
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
val test_parse_ch : filename list -> unit
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
val test_xxx : string list -> unit
val actions: unit -> Common.cmdline_actions
|