mte/unikernel/duniverse/dune_/test/expect-tests/inotify_tests/dune
2025-11-11 02:07:51 +01:00

21 lines
322 B
Text

(library
(name inotify_tests)
(inline_tests
(enabled_if
(= %{system} linux))
(deps
(sandbox always)))
(libraries
async_inotify_for_dune
threads
ppx_expect.config
ppx_expect.config_types
base
stdune
ppx_inline_test.config
threads.posix
stdio
spawn
unix)
(preprocess
(pps ppx_expect)))