2017-10-27 22:45:31 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
2017-11-27 09:13:12 +04:00
|
|
|
((name tezos_node_updater)
|
|
|
|
(public_name tezos-node-updater)
|
2017-11-27 09:13:12 +04:00
|
|
|
(libraries (tezos-base
|
2017-11-27 09:13:12 +04:00
|
|
|
tezos-micheline
|
2017-11-27 09:13:12 +04:00
|
|
|
tezos-protocol-compiler
|
2017-11-27 09:13:12 +04:00
|
|
|
tezos-node-net
|
|
|
|
tezos-node-db
|
2017-11-27 09:13:12 +04:00
|
|
|
dynlink))
|
2017-11-13 17:29:28 +04:00
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
2017-11-27 09:13:12 +04:00
|
|
|
-open Tezos_base__TzPervasives
|
|
|
|
-open Tezos_micheline
|
|
|
|
-open Tezos_protocol_compiler
|
|
|
|
-open Tezos_node_net
|
|
|
|
-open Tezos_node_db))))
|
2017-11-27 09:13:12 +04:00
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
|
|
|
(deps ((glob_files *.ml) (glob_files *.mli)))
|
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${<}))))
|