From c2a88f54106bb7c7b64bdd8d7a4ab4bf29847fe9 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Fri, 22 Dec 2023 04:14:19 +0000 Subject: [PATCH] disable test that relies on afl++ via crowbar. Gbp-Pq: Name disable-afl.patch --- eqaf.opam | 1 - fuzz/dune | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 fuzz/dune 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}))) -- 2.30.2