Hi,
I have been working on a console-based prototype that runs tests based on the path names of TestCase .cpp files.
For example, to run only the TestSuite for SRC_DIR/a/b/Class1Test:
./app.exe a.b.Class1Test
Or to run all TestSuites in source files under SRC_DIR/a
./app.exe a
My questions are:
* Is there already something in the distribution that does this? (I hope not! ;)
* Would anyone be interested in taking a look at my implementation?
I have been using version 1.6.2.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have been working on a console-based prototype that runs tests based on the path names of TestCase .cpp files.
For example, to run only the TestSuite for SRC_DIR/a/b/Class1Test:
./app.exe a.b.Class1Test
Or to run all TestSuites in source files under SRC_DIR/a
./app.exe a
My questions are:
* Is there already something in the distribution that does this? (I hope not! ;)
* Would anyone be interested in taking a look at my implementation?
I have been using version 1.6.2.