ligo/test/proto_alpha_isolate_helpers/jbuild

20 lines
590 B
Plaintext
Raw Normal View History

2018-01-16 01:09:25 +04:00
(jbuild_version 1)
(library
((name tezos_proto_alpha_isolate_helpers)
2018-02-02 19:26:02 +04:00
(libraries (tezos-test-helpers
2018-01-16 01:09:25 +04:00
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
2018-02-02 19:26:02 +04:00
-open Tezos_test_helpers
2018-01-16 01:09:25 +04:00
-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} ${^}))))