Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 395 Bytes

File metadata and controls

11 lines (8 loc) · 395 Bytes

cpp_testcase_tool

A tool that helps to Compile a program from the shell and tests the resulting output with the expected one and also uses filtering features to get rid of surplus characters.

File requirements

  • Given input: in0, in1....
  • Expected output: op0, op1…
  • streamed output: output

Usage

<Executable file> <src file without extension> <testcase(0 - 9)>