unit-threaded v0.2.2 (2013-11-16T09:48:19Z)
Home
Dub
Repo
Options
unit_threaded
options
Undocumented in source.
struct
Options {
bool
multiThreaded
;
string
[]
tests
;
bool
debugOutput
;
bool
list
;
bool
exit
;
}
Members
Variables
debugOutput
bool
debugOutput
;
Undocumented in source.
exit
bool
exit
;
Undocumented in source.
list
bool
list
;
Undocumented in source.
multiThreaded
bool
multiThreaded
;
Undocumented in source.
tests
string
[]
tests
;
Undocumented in source.
Meta
Source
See Implementation
unit_threaded
options
functions
getOptions
structs
Options