2018-01-16 01:09:25 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(executables
|
|
|
|
((names (test_isolate_main))
|
|
|
|
(libraries (tezos-base
|
|
|
|
tezos-rpc-http
|
2018-02-02 19:26:02 +04:00
|
|
|
tezos-test-helpers
|
2018-01-16 01:09:25 +04:00
|
|
|
tezos_proto_alpha_isolate_helpers))
|
|
|
|
(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_rpc_http))))
|
|
|
|
|
|
|
|
(alias
|
|
|
|
((name buildtest)
|
2018-02-02 20:00:33 +04:00
|
|
|
(package tezos-embedded-protocol-alpha)
|
2018-01-16 01:09:25 +04:00
|
|
|
(deps (test_isolate_main.exe))))
|
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_isolate_main)
|
2018-02-02 20:00:33 +04:00
|
|
|
(package tezos-embedded-protocol-alpha)
|
|
|
|
(deps (sandbox.json (glob_files contracts/*.tz)))
|
2018-01-16 01:09:25 +04:00
|
|
|
(action (chdir ${ROOT} (run ${exe:test_isolate_main.exe})))))
|
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest)
|
2018-02-02 20:00:33 +04:00
|
|
|
(package tezos-embedded-protocol-alpha)
|
2018-01-16 01:09:25 +04:00
|
|
|
(deps ((alias runtest_isolate_main)))))
|
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
|
|
|
(deps ((glob_files *.ml) (glob_files *.mli)))
|
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|