Revision 323d1e12d16fb1abcfc16bb85a0085e931c96e49 authored by Raphaƫl Proust on 25 March 2019, 07:04:05 UTC, committed by Vincent Botbol on 13 May 2019, 18:53:39 UTC
1 parent a51e7ad
Raw File
dune
(executable
 (name main)
 (public_name tezos-node)
 (libraries tezos-base
            tezos-stdlib-unix
            tezos-shell-services
            tezos-rpc-http
            tezos-p2p
            tezos-shell
            tezos-protocol-updater
            tezos-embedded-protocol-genesis
            tezos-embedded-protocol-demo
            tezos-embedded-protocol-alpha
            cmdliner
            tls)
 (flags (:standard -open Tezos_base__TzPervasives
                   -open Tezos_stdlib_unix
                   -open Tezos_shell_services
                   -open Tezos_rpc_http
                   -open Tezos_p2p
                   -open Tezos_shell
                   -open Tezos_protocol_updater
                   -linkall)))

(install
 (section bin)
 (files (tezos-sandboxed-node.sh as tezos-sandboxed-node.sh)))

(alias
 (name runtest_indent)
 (deps (glob_files *.ml{,i}))
 (action
  (run bash %{libexec:tezos-stdlib:test-ocp-indent.sh} %{deps})))
back to top