From da4a0f1db20f937ece4fae379330ade57c5b0696 Mon Sep 17 00:00:00 2001 From: Daniel Hilst Date: Sun, 28 Aug 2022 09:12:02 -0300 Subject: [PATCH] Fix tests run --- test_json5/dune | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test_json5/dune b/test_json5/dune index 989e2bad..864344b2 100644 --- a/test_json5/dune +++ b/test_json5/dune @@ -4,6 +4,7 @@ (action (run ./test.exe))) -(executable - (name test) - (libraries alcotest yojson_json5)) +(test + (name test) + (package yojson-json5) + (libraries alcotest yojson_json5))