From 08661ddc7f632e5da5101a809115b9a9a1492db4 Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Thu, 3 Oct 2024 08:57:39 +0100 Subject: [PATCH] xapi-storage-script: attach tests to the package Otherwise opam + dune will try to run them as part of all the packages in the repository. Signed-off-by: Pau Ruiz Safont --- ocaml/xapi-storage-script/dune | 1 + 1 file changed, 1 insertion(+) diff --git a/ocaml/xapi-storage-script/dune b/ocaml/xapi-storage-script/dune index 06e912ee9b..fc41ae7e7d 100644 --- a/ocaml/xapi-storage-script/dune +++ b/ocaml/xapi-storage-script/dune @@ -15,6 +15,7 @@ (test (name test_lib) (modules test_lib) + (package xapi-storage-script) (libraries alcotest alcotest-lwt lwt fmt private) )