Revision bdc1eff86e5f70e3f0db127714c3fbeb9670924e authored by Benjamin Canou on 23 July 2019, 14:55:39 UTC, committed by Pierre Boutillier on 21 October 2019, 12:40:48 UTC
 - Update tests for the new semantics of CREATE_CONTRACT.
 - Adds tests for DIG, DUG, DROP and DIP.
 - Test the new CHAIN_ID instruction.
 - Test the new APPLY instruction.
1 parent f42e51e
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