Skip to content

Commit 04b1c1d

Browse files
authored
Merge pull request #20 from Alessandro-Barbieri/master
2 parents c0487f1 + a1a62c6 commit 04b1c1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(tests
22
(names client_test server_test)
33
(package xenstore_transport)
4-
(libraries xenstore_transport xenstore xenstore.unix oUnit))
4+
(libraries xenstore_transport xenstore xenstore.unix ounit2))

xenstore_transport.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"dune" {build & >= "1.0"}
2424
"lwt"
2525
"xenstore" {>= "2.0.0"}
26-
"ounit" {with-test}
26+
"ounit2" {with-test}
2727
]
2828
build: [
2929
["dune" "subst"] {pinned}

0 commit comments

Comments
 (0)