diff options
Diffstat (limited to '')
-rw-r--r-- | bin/dune | 2 | ||||
-rw-r--r-- | bin/main.ml | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ (public_name wormhole) (name main) (libraries wormhole uri dream assets) - (preprocess (pps lwt_ppx ppx_yojson_conv))) + (preprocess (pps lwt_ppx ppx_yojson_conv ppx_inline_test))) (rule (targets template.ml) diff --git a/bin/main.ml b/bin/main.ml index 45bd973..1bc31cd 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -1,4 +1,5 @@ open Wormhole +open Ppx_inline_test_lib let (fake_post : Post.t) = { |