Revision 0b5fb4c01e9a06e817fc97cf325c2078a3547754 authored by Pietro Abate on 23 July 2019, 15:30:09 UTC, committed by Benjamin Canou on 29 July 2019, 08:01:55 UTC
add ctxt#now in the client context and move back wait_for_bootstrapped
in lib_client_base
1 parent a434d77
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