Skip to content

Commit

Permalink
Runs 10 random test only
Browse files Browse the repository at this point in the history
  • Loading branch information
modlfo committed Jan 30, 2017
1 parent c3ce665 commit 05c9958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ let test_random_code =
if n > 0 then
(Printf.sprintf "test%i.vult" n) :: loop (n-1)
else []
in loop 50
in loop 10

(** Flags that defines if a baseline should be created for tests *)
let writeOutput = Conf.make_bool "writeout" false "Creates a file with the current results"
Expand Down

0 comments on commit 05c9958

Please sign in to comment.