In YSDA setup I had some scripts that automated workflow for running sample tests. I had some folder where tests were in directory test/<contest>/<problem>/. Each tests case is a two files: an input file <N>.i and an output file <N>.o, where N is a test case number. Then I had a script runs an executable with IO redirected to/from these files for each test case and compares results.
It would be nice to have this here and also integrated into VSCode configurations just to press F5 and have tests executed, because manual copy-paste is not so convenient.
References
In YSDA setup I had some scripts that automated workflow for running sample tests. I had some folder where tests were in directory
test/<contest>/<problem>/. Each tests case is a two files: an input file<N>.iand an output file<N>.o, whereNis a test case number. Then I had a script runs an executable with IO redirected to/from these files for each test case and compares results.It would be nice to have this here and also integrated into
VSCodeconfigurations just to pressF5and have tests executed, because manual copy-paste is not so convenient.References