-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xen-api-client: run tests with alcotest
Also generate opam metadata with dune This is the last user of ounit in the repository Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
- Loading branch information
Showing
5 changed files
with
70 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,48 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
|
||
opam-version: "2.0" | ||
maintainer: "xen-api@lists.xen.org" | ||
authors: [ "David Scott" "Anil Madhavapeddy" "Jerome Maloberti" "John Else" "Jon Ludlam" "Thomas Sanders" "Mike McClurg" ] | ||
synopsis: "Xen-API client library for remotely-controlling a xapi host" | ||
maintainer: ["Xapi project maintainers"] | ||
authors: [ | ||
"David Scott" | ||
"Anil Madhavapeddy" | ||
"Jerome Maloberti" | ||
"John Else" | ||
"Jon Ludlam" | ||
"Thomas Sanders" | ||
"Mike McClurg" | ||
] | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
homepage: "https://github.com/xapi-project/xen-api" | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" | ||
homepage: "https://xapi-project.github.io/" | ||
bug-reports: "https://github.com/xapi-project/xen-api/issues" | ||
tags: [ | ||
"org:xapi-project" | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
depends: [ | ||
"ocaml" | ||
"dune" {>= "2.0"} | ||
"dune" {>= "3.0"} | ||
"dune-build-info" | ||
"alcotest" {with-test} | ||
"astring" | ||
"cohttp" {>= "0.22.0"} | ||
"re" | ||
"rpclib" | ||
"xapi-rrd" | ||
"uri" | ||
"uuid" | ||
"xapi-client" | ||
"xapi-types" | ||
"uuid" {= version} | ||
"xapi-client" {= version} | ||
"xapi-idl" {= version} | ||
"xapi-rrd" {= version} | ||
"xapi-types" {= version} | ||
"xmlm" | ||
"ounit2" {with-test} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
synopsis: | ||
"Xen-API client library for remotely-controlling a xapi host" | ||
url { | ||
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz" | ||
} | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" |
This file was deleted.
Oops, something went wrong.