mirror of
https://github.com/c-cube/linol.git
synced 2026-03-09 07:23:35 -04:00
git-subtree-dir: thirdparty/lsp git-subtree-split: aae6986391a8519de3da6a7a341f2bd3376e0d2f
16 lines
343 B
Text
16 lines
343 B
Text
(include_subdirs unqualified)
|
|
|
|
(test
|
|
(name test_metamodel)
|
|
(modules test_metamodel)
|
|
(libraries stdune yojson lsp_gen)
|
|
(deps metamodel/metaModel.json)
|
|
(action
|
|
(run ./test_metamodel.exe %{deps})))
|
|
|
|
(library
|
|
(name lsp_gen)
|
|
(instrumentation
|
|
(backend bisect_ppx))
|
|
(modules :standard \ test_metamodel)
|
|
(libraries stdune dyn pp yojson))
|