From: Stephane Glondu Date: Tue, 21 Apr 2026 05:32:02 +0000 (+0200) Subject: Enable tests that need base_quickcheck X-Git-Tag: archive/raspbian/6.2.2-1+rpi1~1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d231206b9c0b1298f9b35af03db29109724bef40;p=ocaml-cohttp.git Enable tests that need base_quickcheck --- 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