diff options
author | Clombrong <cromblong@egregore.fun> | 2025-07-01 21:29:23 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-07-26 21:55:48 +0200 |
commit | 17e52c4eb411fe4dd1b1f65671a0c5ffdc71f66d (patch) | |
tree | a5e23d53536c857d3590722862655bf0227da24e /lib | |
parent | bd6c41b0507b7cf460f1c789f9800501d9390788 (diff) |
feat(flesh): add ppx_expect inline testing in dune
and portal-tcp to run inline test executables
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dune | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,4 +6,6 @@ portal markup markup-lwt) - (preprocess (pps ppx_deriving.show))) + (inline_tests + (libraries portal-tcp)) + (preprocess (pps ppx_deriving.show ppx_expect))) |