pub fn run(verbose: bool, report_times: bool, files: &[String]) -> Result<()>
Expand description
Main entry point for clif-util test
.
Take a list of filenames which can be either .clif
files or directories.
Files are interpreted as test cases and executed immediately.
Directories are scanned recursively for test cases ending in .clif
. These test cases are
executed on background threads.