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_validation)
 (public_name tezos-validation)
 (libraries tezos-base
            tezos-storage
            tezos-shell-context
            tezos-shell-services
            tezos-protocol-updater)
 (flags (:standard -open Tezos_base__TzPervasives
                   -open Tezos_storage
                   -open Tezos_shell_context
                   -open Tezos_shell_services
                   -open Tezos_protocol_updater)))

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