Skip to content

Commit 3275d4f

Browse files
committed
tests: make tests compile again with explicit transitive deps
1 parent 4137e70 commit 3275d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(executable
22
(name test)
3-
(libraries lib)
3+
(libraries lib base base.caml devkit lwt.unix stdio yojson)
44
(preprocess
55
(pps lwt_ppx)))
66

0 commit comments

Comments
 (0)