X-Git-Url: http://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/90aeb998d88488b4402e7b211b064056d175fcbb..1b9ae60616d2f065ce16fe26385b684e13b40284:/testing.mli diff --git a/testing.mli b/testing.mli index 6ebf7b2..5fb1862 100644 --- a/testing.mli +++ b/testing.mli @@ -1,5 +1,7 @@ (* - * Copyright 2010, INRIA, University of Copenhagen + * 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 @@ -22,13 +24,14 @@ *) +# 0 "./testing.mli" open Common (*****************************************************************************) (* work with tests/ *) (*****************************************************************************) val testone : string (*prefix*) -> string (*test*) -> bool (*compare_expected*) -> unit -val testall : ?expected_score_file:string -> unit -> unit +val testall : string -> bool -> unit (*****************************************************************************) (* works with tests-big/. The .res, .ok, .spatch_ok, .failed, .var *) @@ -70,8 +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 option * - string list option + (string list option * + string list option * + Get_constants2.combine option) (* TODO: Remove val rule_elem_of_string : string -> filename option -> Ast_cocci.rule_elem