Skip to content

Commit

Permalink
run tests in protocol-9p-unix
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Feb 3, 2019
1 parent dbcc34b commit a6f4896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib_test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

(alias
(name runtest)
(package protocol-9p-unix)
(deps
(:< lofs_test.exe)
tests.exe)
Expand Down
1 change: 1 addition & 0 deletions protocol-9p-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ depends: [
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mirage/ocaml-9p.git"
synopsis: "A Unix implementation of the 9p protocol in pure OCaml"
Expand Down

0 comments on commit a6f4896

Please sign in to comment.