Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ocaml/libs/xapi-rrd/lib_test/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(test
(name unit_tests)
(package xapi-rrd)
(modules unit_tests)
(deps (source_tree test_data))
(libraries
Expand All @@ -13,6 +14,7 @@

(test
(name crowbar_tests)
(package xapi-rrd)
(modules crowbar_tests)
(libraries
bigarray
Expand Down