Enable tests that need base_quickcheck
authorStephane Glondu <steph@glondu.net>
Tue, 21 Apr 2026 05:32:02 +0000 (07:32 +0200)
committerStephane Glondu <steph@glondu.net>
Tue, 21 Apr 2026 05:32:39 +0000 (07:32 +0200)
debian/control
debian/patches/0001-Disable-test-that-needs-base_quickcheck.patch [deleted file]
debian/patches/series

index b90d49d45826b6a985c150ce9f9f88feaf3832f2..398d0be9ec55a104faadd60d48ec2b1b54a4adbb 100644 (file)
@@ -10,6 +10,7 @@ Build-Depends: debhelper-compat (= 13),
                libcrowbar-ocaml-dev <!nocheck>,
                libfmt-ocaml-dev <!nocheck>,
                libppx-expect-ocaml-dev <!nocheck>,
+               libbase-quickcheck-ocaml-dev <!nocheck>,
                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 (file)
index 8f1ed35..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Stephane Glondu <steph@glondu.net>
-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
index df8d6185eb6bcdf3e6eafc1482c3a54035f7da83..bf1e9f2f26f59197a4d144dff20309ce4893941f 100644 (file)
@@ -1,2 +1 @@
-0001-Disable-test-that-needs-base_quickcheck.patch
 0002-Increase-timeout-in-tests-to-cope-with-slowness-of-r.patch