Skip to content

Commit

Permalink
Merge pull request #566 from samoht/client-tests
Browse files Browse the repository at this point in the history
datakit: run the 9p tests as well
  • Loading branch information
samoht committed May 18, 2017
2 parents 160f900 + 0e08cd2 commit c554653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions datakit-server-9p.opam
Expand Up @@ -9,15 +9,11 @@ dev-repo: "https://github.com/moby/datakit.git"
doc: "https://docker.github.io/datakit/"

build: ["jbuilder" "build" "-p" name "-j" jobs]
build-test: ["jbuilder" "runtest" "tests/datakit-9p"]

depends: [
"jbuilder" {build}
"datakit-server" {>= "0.11.0"}
"mirage-flow-lwt"
"protocol-9p" {>= "0.11.0"}
"sexplib"
"alcotest" {test}
"datakit-client-9p" {test & >= "0.11.0"}
"protocol-9p-unix" {test & >= "0.11.0"}
]
5 changes: 4 additions & 1 deletion datakit.opam
Expand Up @@ -9,7 +9,10 @@ dev-repo: "https://github.com/moby/datakit.git"
doc: "https://docker.github.io/datakit/"

build: ["jbuilder" "build" "-p" name "-j" jobs]
build-test: ["jbuilder" "runtest" "tests/datakit"]
build-test: [
["jbuilder" "runtest" "tests/datakit"]
["jbuilder" "runtest" "tests/datakit-9p"]
]

depends: [
"jbuilder" {build}
Expand Down

0 comments on commit c554653

Please sign in to comment.