mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add ocaml-junit-alcotest.
* gnu/packages/ocaml.scm (ocaml-junit-alcotest): New variable. Change-Id: I377bbba90e8625a47680643db2ef84fabbe60908 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
10d8b7523c
commit
da2521a63f
1 changed files with 16 additions and 0 deletions
|
@ -1648,6 +1648,22 @@ (define-public ocaml-junit
|
|||
;; with OCaml linking exception
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public ocaml-junit-alcotest
|
||||
(package
|
||||
(inherit ocaml-junit)
|
||||
(name "ocaml-junit-alcotest")
|
||||
(propagated-inputs (list ocaml-odoc ocaml-alcotest ocaml-junit))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:package "junit_alcotest"
|
||||
#:tests? #f)); tests fail
|
||||
(properties `((upstream-name . "junit_alcotest")))
|
||||
(synopsis "JUnit XML reports generation for alcotest tests")
|
||||
(description "This package generates JUnit XML reports from ocaml-alcotest
|
||||
test suites.")
|
||||
;; with OCaml linking exception
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public camlzip
|
||||
(package
|
||||
(name "camlzip")
|
||||
|
|
Loading…
Reference in a new issue