document new configure-runtime behavior of raco test

This commit is contained in:
Matthew Flatt 2015-09-07 11:58:41 -06:00
parent e0f2d9c0d6
commit 3963f30070

View File

@ -89,6 +89,14 @@ The @exec{raco test} command accepts several flags:
--- When multiple submodule names are provided with @Flag{s} or
@DFlag{submodule}, runs only the first available submodule.}
@item{@DFlag{configure-runtime}
--- Run a @racketidfont{configure-runtime} submodule (if any) of
each specified module before the module or a
submodule is run. This mode is the default when only a single
module is provided or when @DFlag{process} or @DFlag{place}
mode is specified, unless a submodule name is provided
via @Flag{s} or @DFlag{submodule}.}
@item{@DFlag{direct}
--- Runs each test in a thread. This mode is the default if
a single file is specified. Multiple tests can interfere with