mirror of
https://github.com/c-cube/linol.git
synced 2025-12-12 05:58:49 -05:00
git-subtree-dir: thirdparty/lsp git-subtree-split: aae6986391a8519de3da6a7a341f2bd3376e0d2f
17 lines
323 B
Text
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)))
|