From 3aad1058e1b241393f5f938a9028ae3d85f6b1f1 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Fri, 3 Jun 2022 15:50:11 +0200 Subject: [PATCH] test_conv.ml requires /dev/urandom and work only on Unix system --- test/conv/dune | 1 + 1 file changed, 1 insertion(+) diff --git a/test/conv/dune b/test/conv/dune index 0d9e9ee..f8a0888 100644 --- a/test/conv/dune +++ b/test/conv/dune @@ -5,5 +5,6 @@ (rule (alias runtest) + (enabled_if (= ${os_type} "Unix")) (action (run ./test_conv.exe --color=always)))