mirror of
https://github.com/c-cube/linol.git
synced 2025-12-11 21:48:54 -05:00
19 lines
327 B
Text
19 lines
327 B
Text
(library
|
|
(name lev_fiber_tests)
|
|
(libraries
|
|
fiber
|
|
lev
|
|
lev_fiber
|
|
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)))
|