Skip to content

Commit

Permalink
test: add more missing unix deps (#10967)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Sep 29, 2024
1 parent 71db2d4 commit cc415a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bench/micro/dune
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(library_flags -linkall)
(preprocess
(pps ppx_bench))
(libraries dune_thread_pool threads.posix core_bench.inline_benchmarks))
(libraries dune_thread_pool unix threads.posix core_bench.inline_benchmarks))

(executable
(name thread_pool_bench_main)
Expand Down
1 change: 1 addition & 0 deletions test/expect-tests/dune_file_watcher/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
(deps
(sandbox always)))
(libraries
unix
dune_file_watcher
dune_file_watcher_tests_lib
ppx_expect.config
Expand Down
1 change: 1 addition & 0 deletions test/expect-tests/fsevents/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
(deps
(sandbox always)))
(libraries
unix
fsevents
stdune
threads.posix
Expand Down

0 comments on commit cc415a0

Please sign in to comment.