In the test that I want to run using CTest I should be adding the test that I want to run, with the following command:
add_test(TestName ExeName)
problem is what if I want to supply an argument to the TestName, where do I put it? how do I run ctest individually without cmake in unix command line in this context?