Revision 8ded98ea51b93f78f783626db163fd5f5af6adb7 authored by Raphaël Proust on 29 December 2019, 18:02:43 UTC, committed by Raphaël Proust on 30 December 2019, 17:13:16 UTC
NOTE: the function is available in the Protocol's environment signature,
but it is not used in the protocol.
1 parent b8ac12f
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