Revision e6d39db50c7a406b82ade6c7b69414cc90c4e89c authored by Danny Willems on 31 March 2020, 09:57:56 UTC, committed by Danny Willems on 31 March 2020, 09:57:56 UTC
Test: remove useless Format.eprintf

See merge request tezos/tezos!1696
2 parent s 77f862b + dc4b075
Raw File
dune
(executables
 (names main_client main_admin)
 (public_names tezos-client tezos-admin-client)
 (package tezos-client)
 (libraries tezos-base
            tezos-base.unix
            tezos-rpc-http-client
            tezos-shell-services
            tezos-client-base
            tezos-client-commands
            tezos-mockup-commands

            tezos-client-genesis
            tezos-client-genesis-babylonnet
            tezos-client-genesis-carthagenet
            tezos-client-alpha
            tezos-client-000-Ps9mPmXa
            tezos-client-001-PtCJ7pwo
            tezos-client-002-PsYLVpVv
            tezos-client-003-PsddFKi3
            tezos-client-004-Pt24m4xi
            tezos-client-005-PsBabyM1
            tezos-client-006-PsCARTHA
            tezos-client-demo-counter
            tezos-client-alpha-commands.registration
            tezos-client-001-PtCJ7pwo-commands.registration
            tezos-client-002-PsYLVpVv-commands.registration
            tezos-client-003-PsddFKi3-commands.registration
            tezos-client-004-Pt24m4xi-commands.registration
            tezos-client-005-PsBabyM1-commands.registration
            tezos-client-006-PsCARTHA-commands.registration

            tezos-baking-alpha-commands.registration
            tezos-baking-005-PsBabyM1-commands.registration
            tezos-baking-006-PsCARTHA-commands.registration

            tezos-stdlib-unix
            tezos-client-base-unix
            tezos-signer-backends.unix)
  (flags (:standard -open Tezos_base__TzPervasives
                    -open Tezos_rpc_http_client
                    -open Tezos_stdlib_unix
                    -open Tezos_shell_services
                    -open Tezos_client_base
                    -open Tezos_client_commands
                    -open Tezos_mockup_commands
                    -open Tezos_client_base_unix
                    -linkall)))

(install
 (package tezos-client)
 (section bin)
 (files (tezos-init-sandboxed-client.sh as tezos-init-sandboxed-client.sh)))

(alias
 (name runtest_lint)
 (deps (glob_files *.ml{,i}))
 (action (run %{lib:tezos-tooling:lint.sh} %{deps})))
back to top