2018-05-26 14:11:08 +04:00
|
|
|
(library
|
2018-07-25 23:06:02 +04:00
|
|
|
(name tezos_signer_services)
|
|
|
|
(public_name tezos-signer-services)
|
|
|
|
(libraries tezos-base
|
|
|
|
tezos-client-base
|
|
|
|
tezos-rpc)
|
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_base__TzPervasives
|
|
|
|
-open Tezos_rpc
|
|
|
|
-open Tezos_client_base
|
|
|
|
-linkall)))
|
2018-05-26 14:11:08 +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})))
|