mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
test: detail
This commit is contained in:
parent
10c8006597
commit
8b78057058
1 changed files with 2 additions and 2 deletions
|
|
@ -16,13 +16,13 @@ let props =
|
|||
]
|
||||
|
||||
let () =
|
||||
(*Sidekick_util.Log.set_debug 50;*)
|
||||
Sidekick_util.Log.set_debug 10;
|
||||
match Array.to_list Sys.argv with
|
||||
| a0::"alcotest"::tl ->
|
||||
Sidekick_util.Log.set_debug 50;
|
||||
let argv= Array.of_list (a0::tl) in
|
||||
Alcotest.run ~argv ~and_exit:true "arith tests" tests;
|
||||
| a0::"qcheck"::tl ->
|
||||
Sidekick_util.Log.set_debug 50;
|
||||
let argv= Array.of_list (a0::tl) in
|
||||
CCFormat.set_color_default true;
|
||||
QCheck_runner.run_tests_main ~argv props
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue