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