
4 Feb
2006
4 Feb
'06
1:01 a.m.
"Gennadiy Rozental" wrote:
You need to specify somehow what file each particular test case depend on, isn't it?
If you mean header dependencies: for my typical use this is not necessary. The feature helps me to quickly run test I wrote or get warm feeling that last changes didn't break something. The complete test run executes hundreths of tests and takes too much of time. I have been even toying with an idea to compile the tests as separate dynamic libraries (invisibly to the project) and be able to change or add them them during runtime so the application won't need to be restarted. /Pavel