mirror of
https://github.com/c-cube/linol.git
synced 2025-12-13 14:30:34 -05:00
git-subtree-dir: thirdparty/lsp git-subtree-split: aae6986391a8519de3da6a7a341f2bd3376e0d2f
19 lines
336 B
Text
19 lines
336 B
Text
(library
|
|
(name lsp_tests)
|
|
(enabled_if
|
|
(>= %{ocaml_version} 4.08))
|
|
(inline_tests)
|
|
(libraries
|
|
stdune
|
|
lsp
|
|
yojson
|
|
dyn
|
|
;; This is because of the (implicit_transitive_deps false)
|
|
;; in dune-project
|
|
base
|
|
ppx_expect
|
|
ppx_expect.config
|
|
ppx_expect.config_types
|
|
ppx_inline_test.config)
|
|
(preprocess
|
|
(pps ppx_expect)))
|