You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property-based tests of (parts of) the OCaml multicore compiler and run time.
51
+
Property-based tests of the OCaml multicore compiler and run time.
52
52
53
53
This project contains
54
54
- a randomized test suite of OCaml 5.x, packaged up in `multicoretests.opam`
@@ -59,8 +59,12 @@ This project contains
59
59
All of the above build on [QCheck](https://github.com/c-cube/qcheck),
60
60
a black-box, property-based testing library in the style of QuickCheck.
61
61
62
-
The two libraries are [already quite helpful](https://tarides.com/blog/2022-12-22-ocaml-5-multicore-testing-tools)
63
-
62
+
The two libraries are further described below, in three blog posts, and in a
63
+
2022 OCaml Workshop paper:
64
+
-[Under the Hood: Developing Multicore Property-Based Tests for OCaml 5](https://tarides.com/blog/2024-04-24-under-the-hood-developing-multicore-property-based-tests-for-ocaml-5/)
65
+
-[Multicore Property-Based Tests for OCaml 5: Challenges and Lessons Learned](https://tarides.com/blog/2024-12-23-multicore-property-based-tests-for-ocaml-5-challenges-and-lessons-learned/)
0 commit comments