(jbuild_version 1) (executables ((names (test_isolate_main)) (libraries (tezos-base tezos-test-helpers tezos_proto_alpha_isolate_helpers tezos_proto_alpha_isolate_michelson_parser)) (flags (:standard -w -9-32 -safe-string -open Tezos_base__TzPervasives -open Tezos_test_helpers -open Tezos_proto_alpha_isolate_michelson_parser)))) (alias ((name buildtest) (package tezos-protocol-alpha) (deps (test_isolate_main.exe)))) (alias ((name runtest_isolate_main) (package tezos-protocol-alpha) (deps (sandbox.json (glob_files contracts/*.tz))) (action (chdir ${ROOT} (run ${exe:test_isolate_main.exe} ${path-no-dep:contracts}))))) (alias ((name runtest) (package tezos-protocol-alpha) (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} ${^}))))