2017-11-30 21:34:22 +04:00
|
|
|
(library
|
2018-07-25 23:06:02 +04:00
|
|
|
(name tezos_shell_services)
|
|
|
|
(public_name tezos-shell-services)
|
|
|
|
(libraries tezos-base)
|
|
|
|
(flags (:standard -w +27@8
|
|
|
|
-safe-string
|
|
|
|
-linkall
|
|
|
|
-open Tezos_base__TzPervasives)))
|
2017-11-30 21:34:22 +04:00
|
|
|
|
|
|
|
(alias
|
2018-07-25 23:06:02 +04:00
|
|
|
(name runtest_indent)
|
|
|
|
(deps (glob_files *.ml{,i}))
|
|
|
|
(action (run bash %{libexec:tezos-stdlib:test-ocp-indent.sh} %{deps})))
|