26 lines
597 B
Plaintext
Raw Normal View History

(jbuild_version 1)
(executables
((names (test))
(libraries (tezos-base
tezos-protocol-environment
alcotest-lwt))
(flags (:standard -w -9-32
-safe-string
-open Tezos_base__TzPervasives
-open Tezos_protocol_environment))))
(alias
((name buildtest)
(deps (test.exe))))
(alias
((name runtest)
(package tezos-protocol-environment)
(action (run ${exe:test.exe}))))
(alias
((name runtest_indent)
2018-02-06 16:17:38 +01:00
(deps ((glob_files *.ml*)))
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))