From d231206b9c0b1298f9b35af03db29109724bef40 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Tue, 21 Apr 2026 07:32:02 +0200 Subject: [PATCH] Enable tests that need base_quickcheck --- debian/control | 1 + ...able-test-that-needs-base_quickcheck.patch | 20 ------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 debian/patches/0001-Disable-test-that-needs-base_quickcheck.patch diff --git a/debian/control b/debian/control index b90d49d..398d0be 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper-compat (= 13), libcrowbar-ocaml-dev , libfmt-ocaml-dev , libppx-expect-ocaml-dev , + libbase-quickcheck-ocaml-dev , libjsonm-ocaml-dev, liblogs-ocaml-dev, libmagic-mime-ocaml-dev, diff --git a/debian/patches/0001-Disable-test-that-needs-base_quickcheck.patch b/debian/patches/0001-Disable-test-that-needs-base_quickcheck.patch deleted file mode 100644 index 8f1ed35..0000000 --- a/debian/patches/0001-Disable-test-that-needs-base_quickcheck.patch +++ /dev/null @@ -1,20 +0,0 @@ -From: Stephane Glondu -Date: Sat, 14 Mar 2026 09:56:00 +0100 -Subject: Disable test that needs base_quickcheck - ---- - http/test/dune | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/http/test/dune b/http/test/dune -index 8201ba4..36a713c 100644 ---- a/http/test/dune -+++ b/http/test/dune -@@ -12,6 +12,7 @@ - - (test - (name test_parser) -+ (enabled_if false) - (modules test_parser) - (package http) - (preprocess diff --git a/debian/patches/series b/debian/patches/series index df8d618..bf1e9f2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -0001-Disable-test-that-needs-base_quickcheck.patch 0002-Increase-timeout-in-tests-to-cope-with-slowness-of-r.patch -- 2.39.5