
4 Feb
2006
4 Feb
'06
12:46 a.m.
"Gennadiy Rozental" wrote:
Syntax I use looks like
TEST { ... assert(...); // assert breaks into debugger }
.. run_recently_modified_tests()
You need to specify somehow what file each particular test case depend on, isn't it?
The source file name is recorded as during registration of each test (during statics initialization). Then go through list of source files and execute only tests from those touched within last 10 minutes. /Pavel