writeCmdfile

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

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

Parameters

path
Type: string

the path where to write the cmdfile file

runnerPath
Type: string

the path of the unit test runner file outputted by writeRunnerFile

outputPath
Type: string

the path where to place the compiled binary

testFiles
Type: string[]

the test files to compile

Meta