ligo/src/proto_alpha/lib_protocol/test/jbuild

35 lines
931 B
Plaintext
Raw Normal View History

2018-01-16 01:09:25 +04:00
(jbuild_version 1)
2018-02-06 00:48:10 +04:00
(executable
((name main)
2018-01-16 01:09:25 +04:00
(libraries (tezos-base
tezos-micheline
tezos_proto_alpha_isolate_helpers
tezos_proto_alpha_isolate_michelson_parser
alcotest-lwt))
2018-01-16 01:09:25 +04:00
(flags (:standard -w -9-32 -safe-string
-open Tezos_base__TzPervasives
-open Tezos_micheline
-open Tezos_proto_alpha_isolate_michelson_parser))))
2018-01-16 01:09:25 +04:00
(alias
((name buildtest)
(package tezos-protocol-alpha)
2018-02-06 00:48:10 +04:00
(deps (main.exe))))
2018-01-16 01:09:25 +04:00
(alias
2018-02-06 00:48:10 +04:00
((name runtest_proto_alpha)
(package tezos-protocol-alpha)
(deps (sandbox.json (glob_files contracts/*.tz)))
(action (chdir ${ROOT} (run ${exe:main.exe})))))
2018-01-16 01:09:25 +04:00
(alias
((name runtest)
(package tezos-protocol-alpha)
2018-02-06 00:48:10 +04:00
(deps ((alias runtest_proto_alpha)))))
2018-01-16 01:09:25 +04:00
(alias
((name runtest_indent)
2018-02-06 19:17:38 +04:00
(deps ((glob_files *.ml*)))
2018-01-16 01:09:25 +04:00
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))