I'm trying to run a single inline test in OCaml, in a dune project. The only command I have is dune test
which runs all the tests. I can't seem to find the command to run a single test.
Asked
Active
Viewed 265 times
2

David 天宇 Wong
- 3,724
- 4
- 35
- 47
-
Does [this](https://dune.readthedocs.io/en/stable/tests.html#running-a-single-test) help? – Nalin Ranjan Jan 27 '22 at 04:39
-
no this seems to be for binary tests, not inline test, I'll rephrase my question – David 天宇 Wong Jan 27 '22 at 21:45
-
created an issue here as well: https://github.com/janestreet/ppx_inline_test/issues/34 – David 天宇 Wong Jan 28 '22 at 01:08