permit multiline comments and strings in macros
[bpt/coccinelle.git] / testing.mli
index 558e2f1..5fb1862 100644 (file)
@@ -1,4 +1,8 @@
 (*
+ * Copyright 2012, INRIA
+ * Julia Lawall, Gilles Muller
+ * Copyright 2010-2011, INRIA, University of Copenhagen
+ * Julia Lawall, Rene Rydhof Hansen, Gilles Muller, Nicolas Palix
  * Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen
  * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
  * This file is part of Coccinelle.
  *)
 
 
+# 0 "./testing.mli"
 open Common
 
 (*****************************************************************************)
 (* work with tests/ *)
 (*****************************************************************************)
-val testone : string (*test*) -> bool (*compare_expected*) -> unit
-val testall : ?expected_score_file:string -> unit -> unit
+val testone : string (*prefix*) -> string (*test*) -> bool (*compare_expected*) -> unit
+val testall : string -> bool -> unit
 
 (*****************************************************************************)
 (* works with tests-big/. The .res, .ok, .spatch_ok, .failed, .var *)
@@ -39,14 +44,14 @@ val test_regression_okfailed : unit -> unit
 (*****************************************************************************)
 (* the parameter is the result of Cocci.full_engine *)
 (*****************************************************************************)
-val compare_with_expected : (filename * filename option) list -> unit 
+val compare_with_expected : (filename * filename option) list -> unit
 
 
 (*****************************************************************************)
 (* to test/debug the coccinelle subsystems *)
 (*****************************************************************************)
 
-(* pad: 
+(* pad:
  * I moved the parsing_c/ subsystem testing in parsing_c/test_parsing_c.ml
  * as I need it for other projects too.
  *)
@@ -68,9 +73,9 @@ val sp_of_file :
         (*fresh used after list seeds*)
         Ast_cocci.meta_name list list list) *
       Ast_cocci.meta_name list list list *
-      string list list *
-      string list option *
-      (string * bool) list
+      (string list option *
+        string list option *
+        Get_constants2.combine option)
 
 (* TODO: Remove
 val rule_elem_of_string : string -> filename option -> Ast_cocci.rule_elem