22 lines
406 B
Text
22 lines
406 B
Text
(library
|
|
(name fsevents_tests)
|
|
(inline_tests
|
|
(enabled_if
|
|
(and
|
|
(<> %{env:CI=false} true)
|
|
(= %{system} macosx)))
|
|
(deps
|
|
(sandbox always)))
|
|
(libraries
|
|
unix
|
|
fsevents
|
|
stdune
|
|
threads.posix
|
|
;; This is because of the (implicit_transitive_deps false)
|
|
;; in dune-project
|
|
ppx_expect.config
|
|
ppx_expect.config_types
|
|
base
|
|
ppx_inline_test.config)
|
|
(preprocess
|
|
(pps ppx_expect)))
|