Cpp

object Cpp

Meta Pipeline Stage for generating Compile stage and StdioTest stage with default parameters to perform standard input and output testing on C++-based assignment.

Types

Link copied to clipboard
data class Config(val input: List<String>, val output: String, val testCases: List<TestCase>) : ConfigUnit

Config for creating the Compile stage and StdioTest stage.