Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97400

How to run all test cases of C++ in vscode

$
0
0

I am looking for VSCode extension, that runs all the tests I have in my project in one click. See the example below, to see what I really mean.

Example

Let's say I have a couple of files, that I want to run tests from:

Eg:
1.Test_input_1.txt
2.Test_output_1.txt (Correct output for Test_input_1.txt)
3.Test_input_2.txt
4.Test_input_3.txt (Correct output for Test_input_1.txt)

Once I click the run button, I want to check my program against all given inputs and outputs.

Any suggestions are welcomed!


Viewing all articles
Browse latest Browse all 97400

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>