Skip to content
Snippets Groups Projects
Commit 44dd2017 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[aorai] disable wp-simplifier for auto-tests

parent a9d0a81d
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,7 @@ let extend () = ...@@ -111,6 +111,7 @@ let extend () =
if ProveAuxSpec.get () then begin if ProveAuxSpec.get () then begin
if InternalWpShare.is_set() then if InternalWpShare.is_set() then
Wp.Wp_parameters.Share.set (InternalWpShare.get()); Wp.Wp_parameters.Share.set (InternalWpShare.get());
Wp.Wp_parameters.Let.off();
Wp.Wp_parameters.Split.on(); Wp.Wp_parameters.Split.on();
Wp.Wp_parameters.SplitMax.set 32; Wp.Wp_parameters.SplitMax.set 32;
Wp.Wp_parameters.Verbose.set 0; Wp.Wp_parameters.Verbose.set 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment