2017-10-27 22:45:31 +04:00
|
|
|
(library
|
2018-07-25 23:06:02 +04:00
|
|
|
(name tezos_p2p)
|
|
|
|
(public_name tezos-p2p)
|
|
|
|
(libraries tezos-base
|
|
|
|
tezos-stdlib-unix
|
|
|
|
tezos-shell-services)
|
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_base__TzPervasives
|
|
|
|
-open Tezos_stdlib_unix
|
|
|
|
-open Tezos_shell_services)))
|
2017-11-27 09:13:12 +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})))
|