40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
|
(jbuild_version 1)
|
||
|
|
||
|
(executables
|
||
|
((names (test_data_encoding
|
||
|
test_stream_data_encoding
|
||
|
;; bench_data_encoding
|
||
|
))
|
||
|
(libraries (tezos-stdlib
|
||
|
tezos_data_encoding
|
||
|
tezos-test-helpers))
|
||
|
(flags (:standard -w -9-32 -safe-string
|
||
|
-open Tezos_stdlib
|
||
|
-open Tezos_data_encoding
|
||
|
-open Tezos_test_helpers))))
|
||
|
|
||
|
(alias
|
||
|
((name buildtest)
|
||
|
(deps (test_data_encoding.exe
|
||
|
test_stream_data_encoding.exe
|
||
|
;; bench_data_encoding.exe
|
||
|
))))
|
||
|
|
||
|
(alias
|
||
|
((name runtest_stream_data_encoding)
|
||
|
(action (run ${exe:test_stream_data_encoding.exe}))))
|
||
|
|
||
|
(alias
|
||
|
((name runtest_data_encoding)
|
||
|
(action (run ${exe:test_data_encoding.exe}))))
|
||
|
|
||
|
(alias
|
||
|
((name runtest)
|
||
|
(deps ((alias runtest_data_encoding)
|
||
|
(alias runtest_stream_data_encoding)))))
|
||
|
|
||
|
(alias
|
||
|
((name runtest_indent)
|
||
|
(deps ((glob_files *.ml) (glob_files *.mli)))
|
||
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|