-
Looking through the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Plain ocaml unit tests are now implemented using ppx. E.g. Line 319 in 117b5cb The dune file then has to have inline tests enabled andthe corresponding preprocessor defined, e.g. Line 19 in 117b5cb More on tests in dune: https://dune.readthedocs.io/en/stable/tests.html |
Beta Was this translation helpful? Give feedback.
Plain ocaml unit tests are now implemented using ppx. E.g.
tlapm/src/module/m_save.ml
Line 319 in 117b5cb
The dune file then has to have inline tests enabled andthe corresponding preprocessor defined, e.g.
tlapm/src/dune
Line 19 in 117b5cb
More on tests in dune: https://dune.readthedocs.io/en/stable/tests.html