Skip to content

Commit

Permalink
fixup! CP-47001: [xapi-fd-test]: dune plumbing for a new test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Dec 14, 2023
1 parent 956ae90 commit 902d7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
(alcotest :with-test)
base-unix
fmt
mtime
(mtime (>= 2.0.0))
logs
(qcheck-core (>= 0.21.2))
)
Expand Down
2 changes: 1 addition & 1 deletion xapi-fd-test.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"alcotest" {with-test}
"base-unix"
"fmt"
"mtime"
"mtime" {>= "2.0.0"}
"logs"
"qcheck-core" {>= "0.21.2"}
"odoc" {with-doc}
Expand Down

0 comments on commit 902d7f8

Please sign in to comment.