ligo/src/lib_shell/dune
Victor Allombert 9ecc2e517c
Shell/validator: allow standalone block validation
Co-authored with `Grégoire Henry <gregoire.henry@tezos.com>`
2018-11-16 11:40:58 +01:00

25 lines
739 B
Plaintext

(library
(name tezos_shell)
(public_name tezos-shell)
(libraries tezos-base
tezos-storage
tezos-rpc-http
tezos-p2p
tezos-shell-services
tezos-protocol-updater
tezos-validation)
(flags (:standard -w -9+27-30-32-40@8
-safe-string
-open Tezos_base__TzPervasives
-open Tezos_storage
-open Tezos_rpc_http
-open Tezos_p2p
-open Tezos_shell_services
-open Tezos_protocol_updater
-open Tezos_validation)))
(alias
(name runtest_indent)
(deps (glob_files *.ml{,i}))
(action (run bash %{libexec:tezos-stdlib:test-ocp-indent.sh} %{deps})))