From ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Thu, 16 Nov 2023 10:25:09 +0100 Subject: [PATCH] Tests require yocaml_yaml and are the part of the yocaml_yaml package --- tests/dune | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dune b/tests/dune index 8bae91e..8b59e21 100644 --- a/tests/dune +++ b/tests/dune @@ -1,3 +1,4 @@ (test (name yocaml_test) + (package yocaml_yaml) (libraries alcotest preface yocaml yocaml_yaml))