Revision 3337827923a7e5d1e29e8a897b0d8bce50033a2b authored by Vincent Botbol on 04 January 2019, 13:19:49 UTC, committed by Vincent Botbol on 25 March 2019, 17:48:20 UTC
1 parent 12f6b98
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