ligo/src/lib_protocol_updater/jbuild

28 lines
887 B
Plaintext
Raw Normal View History

(jbuild_version 1)
(library
((name tezos_protocol_updater)
(public_name tezos-protocol-updater)
(libraries (tezos-base
tezos-micheline
tezos-protocol-compiler
tezos-storage
tezos-rpc-http
tezos-p2p-services
tezos-shell-services
dynlink))
2017-11-13 17:29:28 +04:00
(flags (:standard -w -9+27-30-32-40@8
-safe-string
-open Tezos_base__TzPervasives
-open Tezos_micheline
-open Tezos_protocol_compiler
-open Tezos_storage
-open Tezos_rpc_http
-open Tezos_p2p_services
-open Tezos_shell_services))))
(alias
((name runtest_indent)
(deps ((glob_files *.ml) (glob_files *.mli)))
2018-01-27 14:21:41 +04:00
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))