From c2b6ac24f43371dafb6df539e42dd4b835e61f34 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 24 May 2023 16:14:00 -0400 Subject: [PATCH] fix: unit tests are for tiny_httpd --- tests/unit/dune | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/dune b/tests/unit/dune index 4855eedd..4bc4f509 100644 --- a/tests/unit/dune +++ b/tests/unit/dune @@ -1,4 +1,5 @@ (test (name t_util) + (package tiny_httpd) (libraries tiny_httpd qcheck-core qcheck-core.runner))