We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55af6a commit 4713cedCopy full SHA for 4713ced
src/bigarray/dune
@@ -5,8 +5,7 @@
5
(modules stm_tests)
6
(package multicoretests)
7
(libraries qcheck-stm.sequential qcheck-stm.domain)
8
- ; (action (run %{test} --verbose))
9
- (action (echo "Skipping src/bigarray/%{test} from the test suite\n\n"))
+ (action (run %{test} --verbose))
10
)
11
12
(test
src/bigarray/lin_tests.ml
@@ -29,6 +29,5 @@ module BA1T = Lin_domain.Make(BA1Conf)
29
30
let _ =
31
QCheck_base_runner.run_tests_main [
32
- BA1T.neg_lin_test ~count:5000 ~name:"Lin Bigarray.Array1 (of ints) test with Domain";
33
BA1T.stress_test ~count:1000 ~name:"Lin Bigarray.Array1 stress test with Domain";
34
]
0 commit comments