disable test that relies on afl++ via crowbar.
authorPeter Michael Green <plugwash@raspbian.org>
Fri, 22 Dec 2023 04:14:19 +0000 (04:14 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 22 Dec 2023 04:14:19 +0000 (04:14 +0000)
Gbp-Pq: Name disable-afl.patch

eqaf.opam
fuzz/dune [deleted file]

index 2ea638b6d240ac84a763a2777f5b69b0a2b56236..87c3f3152a51057c582b115235208d247ddb4868 100644 (file)
--- 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 (file)
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})))