22 lines
322 B
Text
22 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)))
|