Revision 2314ff8aef4492aee55f65330d4dc15ed1d5c1f6 authored by Pietro on 23 April 2020, 10:46:43 UTC, committed by Romain on 11 May 2020, 14:42:04 UTC
1 parent 32818f5
Raw File
dune
(library
 (name tezos_signer_backends)
 (public_name tezos-signer-backends)
 (libraries tezos-base
            tezos-stdlib
            tezos-client-base
            tezos-rpc-http-client
            tezos-signer-services
            tezos-shell-services)
 (flags (:standard -open Tezos_base__TzPervasives
                   -open Tezos_stdlib
                   -open Tezos_client_base
                   -open Tezos_rpc_http
                   -open Tezos_rpc_http_client
                   -open Tezos_signer_services
                   -open Tezos_shell_services)))

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