Complirun is a C++ based tool to compile and run a batch of code just to check the output
This has a number of feature though most of them are currently under development 😝
You Can download the executable and try it yourself. Click Here To Download the Executable
Complirun is best suited for programs that takes no input and is being run just check the output
Type complirun help
To get Help
Use -p
flag to add path to the directory containing all the files to be test ran
Use -f
flag to add path to the source code
Use -i
flag to give input for all the source code being run in the current instance
Use -o
flag followed by a path to an existing or uncreated txt file to save the output to a file
Note
You cannot use -f
and -p
at the Same Time