Open barbu110 opened 5 years ago
The library should provide a main function for the test executables.
main
The program should accept the following command line arguments:
--all
-a
--suite <suite_name>
-s <suite_name>
suite_name
--failed
We can close this issue. It doesn't fit in the purpose of this project anymore.
The library should provide a
main
function for the test executables.The program should accept the following command line arguments:
--all
or-a
to run all the registered tests--suite <suite_name>
or-s <suite_name>
to run all the tests registered within the givensuite_name
--failed
to skip running the tests that failed on the last run