Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] junit (3 packages) (2.1.0) #27170

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[new release] junit (3 packages) (2.1.0)
CHANGES:

- add skipped attribute to testsuite (Khady/ocaml-junit#10)
- fix skipped support for alcotest (Khady/ocaml-junit#10)
- depend on ounit2
  • Loading branch information
Khady committed Dec 22, 2024
commit eb7d963231de06c399bd974ada9d5cffc47da033
32 changes: 32 additions & 0 deletions packages/junit/junit.2.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "2.0"
maintainer: "Louis Roché <louis@louisroche.net>"
authors: "Louis Roché <louis@louisroche.net>"
homepage: "https://github.com/Khady/ocaml-junit"
bug-reports: "https://github.com/Khady/ocaml-junit/issues"
license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/Khady/ocaml-junit.git"
doc: "https://khady.github.io/ocaml-junit/"
tags: ["junit" "jenkins"]
depends: [
"dune" {>= "1.0"}
"ptime"
"tyxml" {>= "4.0.0"}
"odoc" {with-doc & >= "1.1.1"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "-p" name "-j" jobs] {with-doc}
]
synopsis: "JUnit XML reports generation library"
description: "JUnit XML reports generation library"
url {
src:
"https://github.com/Khady/ocaml-junit/releases/download/2.1.0/junit-2.1.0.tbz"
checksum: [
"sha256=04d0bdfb7cda4d8d5242bb6c8222972937ef9976f7784f909a39d702df1f48ec"
"sha512=0a00ea9e37354b13f4c8e0c746ce175f3177d622008c5ac7cc9c4efc3e4567a3fad9afe03476b748409ad94c1ac34def5811cee4aa46ef6c48b1d65e9b8b6a0e"
]
}
x-commit-hash: "166190e389769183c5eaf46def9a7d5de93cd13f"
31 changes: 31 additions & 0 deletions packages/junit_alcotest/junit_alcotest.2.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
maintainer: "Louis Roché <louis@louisroche.net>"
authors: ["Louis Roché <louis@louisroche.net>"]
homepage: "https://github.com/Khady/ocaml-junit"
bug-reports: "https://github.com/Khady/ocaml-junit/issues"
license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/Khady/ocaml-junit.git"
doc: "https://khady.github.io/ocaml-junit/"
tags: ["junit" "jenkins" "alcotest"]
depends: [
"dune" {>= "1.0"}
"odoc" {with-doc & >= "1.1.1"}
"alcotest"
"junit" {= version}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs] {with-doc}
]
synopsis: "JUnit XML reports generation for alcotest tests"
description: "JUnit XML reports generation for alcotest tests"
url {
src:
"https://github.com/Khady/ocaml-junit/releases/download/2.1.0/junit-2.1.0.tbz"
checksum: [
"sha256=04d0bdfb7cda4d8d5242bb6c8222972937ef9976f7784f909a39d702df1f48ec"
"sha512=0a00ea9e37354b13f4c8e0c746ce175f3177d622008c5ac7cc9c4efc3e4567a3fad9afe03476b748409ad94c1ac34def5811cee4aa46ef6c48b1d65e9b8b6a0e"
]
}
x-commit-hash: "166190e389769183c5eaf46def9a7d5de93cd13f"
31 changes: 31 additions & 0 deletions packages/junit_ounit/junit_ounit.2.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
maintainer: "Louis Roché <louis@louisroche.net>"
authors: ["Louis Roché <louis@louisroche.net>" "Simon Cruanes <simon.cruanes.2007@m4x.org>"]
homepage: "https://github.com/Khady/ocaml-junit"
bug-reports: "https://github.com/Khady/ocaml-junit/issues"
license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/Khady/ocaml-junit.git"
doc: "https://khady.github.io/ocaml-junit/"
tags: ["junit" "jenkins" "ounit"]
depends: [
"dune" {>= "1.0"}
"odoc" {with-doc & >= "1.1.1"}
"ounit2"
"junit" {= version}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs] {with-doc}
]
synopsis: "JUnit XML reports generation for OUnit tests"
description: "JUnit XML reports generation for OUnit tests"
url {
src:
"https://github.com/Khady/ocaml-junit/releases/download/2.1.0/junit-2.1.0.tbz"
checksum: [
"sha256=04d0bdfb7cda4d8d5242bb6c8222972937ef9976f7784f909a39d702df1f48ec"
"sha512=0a00ea9e37354b13f4c8e0c746ce175f3177d622008c5ac7cc9c4efc3e4567a3fad9afe03476b748409ad94c1ac34def5811cee4aa46ef6c48b1d65e9b8b6a0e"
]
}
x-commit-hash: "166190e389769183c5eaf46def9a7d5de93cd13f"