Config

constructor(input: List<String>, output: String, testCases: List<TestCase>)

Parameters

input

list of input files to be compiled

output

name of the output executable. This is used as the default file for all testCases if not explicitly defined

testCases

config to define how the StdioTest stage should be ran