2018-04-03 13:39:09 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
|
|
|
((name tezos_clic)
|
|
|
|
(public_name tezos-clic)
|
|
|
|
(flags (:standard -w -30
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_stdlib
|
|
|
|
-open Tezos_error_monad))
|
|
|
|
(libraries (tezos-stdlib
|
|
|
|
tezos-error-monad))))
|
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
2018-05-26 22:06:05 +04:00
|
|
|
(deps ((glob_files *.ml{,i})))
|
2018-04-03 13:39:09 +04:00
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|