ligo/test/proto_alpha_isolate_helpers/jbuild
2018-02-05 23:34:04 +01:00

20 lines
590 B
Plaintext

(jbuild_version 1)
(library
((name tezos_proto_alpha_isolate_helpers)
(libraries (tezos-test-helpers
tezos-base
tezos-shell
tezos-embedded-protocol-genesis
tezos-embedded-protocol-alpha))
(wrapped false)
(flags (:standard -w -9-32 -safe-string
-open Tezos_base__TzPervasives
-open Tezos_test_helpers
-open Tezos_embedded_raw_protocol_alpha))))
(alias
((name runtest_indent)
(deps ((glob_files *.ml) (glob_files *.mli)))
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))