unit_test_runner

Members

Functions

missingTestFiles
bool missingTestFiles(Range givenFiles)

Returns true if any of the given files don't exist.

writeCmdfile
void writeCmdfile(string path, string runnerPath, string outputPath, const string[] testFiles)

Writes a cmdfile with all the compiler flags to the given path.

Meta