Revision 188f94a0be109131857dd83a410b0ece84de6747 authored by Benjamin Canou on 14 February 2019, 18:23:15 UTC, committed by Vincent Botbol on 25 March 2019, 17:48:24 UTC
1 parent a872129
Raw File
dune
(env
 (dev
  (flags (:standard)))
 (release
  (flags (:standard -O3))))

(alias
 (name runtest)
 (deps (alias_rec runtest_indent)))

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