ligo/src/lib_shell_services/jbuild
Grégoire Henry 4bc4d6e871 Dune: use linkall for tezos-shell-services
So that non-explictly-linked errors are still properly parsed and
pretty-printed.
2018-06-08 15:27:23 +00:00

16 lines
406 B
Plaintext

(jbuild_version 1)
(library
((name tezos_shell_services)
(public_name tezos-shell-services)
(libraries (tezos-base))
(flags (:standard -w +27@8
-safe-string
-linkall
-open Tezos_base__TzPervasives))))
(alias
((name runtest_indent)
(deps ((glob_files *.ml{,i})))
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))