From 32affb2e5d575fcbfa16ddb2fda36115a6032f51 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 15 Dec 2023 14:16:00 -0600 Subject: Blah --- bin/dune | 2 +- bin/main.ml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/dune b/bin/dune index 99a2d9a..9cf90b4 100644 --- a/bin/dune +++ b/bin/dune @@ -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) = { -- cgit v1.2.3