[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59487] [PATCH v3 3/6] gnu: ocaml-cohttp: Run tests.
From: |
pukkamustard |
Subject: |
[bug#59487] [PATCH v3 3/6] gnu: ocaml-cohttp: Run tests. |
Date: |
Fri, 13 Jan 2023 10:54:37 +0000 |
Tests were not being run as test-target was pointing to a testing library and
not tests.
- gnu/package/ocaml.scm (ocaml-cohttp): [arguments]: Remove test-target.
[native-inputs]: Add ocaml-crowbar.
---
gnu/packages/ocaml.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 1507405f7e..1ed837eccd 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8961,9 +8961,7 @@ (define-public ocaml-cohttp
(base32
"074xis3wmr76gadh1ffmfzjfx13mw4kr2s6rkwqwzcl6l85n9x2z"))))
(build-system dune-build-system)
- (arguments
- '(#:package "cohttp"
- #:test-target "cohttp_test/src"))
+ (arguments '(#:package "cohttp"))
(propagated-inputs
(list ocaml-re
ocaml-uri
@@ -8973,7 +8971,10 @@ (define-public ocaml-cohttp
ocaml-stringext
ocaml-base64))
(native-inputs
- (list ocaml-fmt ocaml-jsonm ocaml-alcotest))
+ (list ocaml-fmt
+ ocaml-jsonm
+ ocaml-alcotest
+ ocaml-crowbar))
(home-page "https://github.com/mirage/ocaml-cohttp")
(synopsis "OCaml library for HTTP clients and servers")
(description
--
2.38.1
- [bug#59487] [PATCH v3 0/6] guix: dune-build-system: Run all tests., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 5/6] guix: dune-build-system: Remove usage of test-target argument., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 3/6] gnu: ocaml-cohttp: Run tests.,
pukkamustard <=
- [bug#59487] [PATCH v3 1/6] gnu: Add ocaml-cinaps., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 4/6] guix: dune-build-system: Run all tests., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 2/6] gnu: ocaml-ppxlib: Clean up inputs., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 6/6] gnu: ocaml-ppx-expect: Disable tests., pukkamustard, 2023/01/13
- bug#59487: [PATCH v3 0/6] guix: dune-build-system: Run all tests., Julien Lepiller, 2023/01/15