o1-labs / ocamlbyexample

Learn Ocaml by reading code examples
https://o1-labs.github.io/ocamlbyexample/
68 stars 4 forks source link

chapter: tests with alcotest #14

Open mimoo opened 1 year ago

mimoo commented 1 year ago

cf https://github.com/mirage/alcotest/pull/365

You can then declare your test and link with Alcotest: (test (libraries alcotest …) …).