From: Peter Michael Green Date: Fri, 22 Dec 2023 04:14:19 +0000 (+0000) Subject: disable test that relies on afl++ via crowbar. X-Git-Tag: archive/raspbian/0.10-1+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c2a88f54106bb7c7b64bdd8d7a4ab4bf29847fe9;p=ocaml-eqaf.git disable test that relies on afl++ via crowbar. Gbp-Pq: Name disable-afl.patch --- diff --git a/eqaf.opam b/eqaf.opam index 2ea638b..87c3f31 100644 --- a/eqaf.opam +++ b/eqaf.opam @@ -24,7 +24,6 @@ depends: [ "cstruct" {>= "1.1.0"} "base64" {with-test} "alcotest" {with-test} - "crowbar" {with-test} "fmt" {with-test & >= "0.8.7"} "bechamel" {with-test} ] \ No newline at end of file diff --git a/fuzz/dune b/fuzz/dune deleted file mode 100644 index 99991f1..0000000 --- a/fuzz/dune +++ /dev/null @@ -1,11 +0,0 @@ -(executable - (name fuzz) - (libraries crowbar eqaf)) - -(rule - (alias runtest) - (package eqaf) - (deps - (:fuzz fuzz.exe)) - (action - (run %{fuzz})))