Revision ad2a4bdccedf95eca9dbf8ed8437b8e6db407196 authored by Raphaël Proust on 18 February 2020, 10:39:41 UTC, committed by Raphaël Proust on 18 February 2020, 10:39:41 UTC
Externalise data encoding

See merge request tezos/tezos!1579
2 parent s 490f92e + 214b8a5
Raw File
dune
(env
 (dev
  (flags (:standard)))
 (release
  (flags (:standard -O3))))

(alias
 (name runtest)
 (deps (alias_rec runtest_lint)))

(alias
 (name runtest)
 (deps (alias_rec runtest_sandbox)))
back to top