linol/thirdparty/lsp/submodules/lev/lev-fiber/test/util/dune

17 lines
323 B
Text

(library
(name lev_fiber_util_tests)
(libraries
lev_fiber_util
stdune
unix
threads.posix
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
(preprocess
(pps ppx_expect)))