
5 Feb
2006
5 Feb
'06
8:22 a.m.
I will need to think how to implement something like this. Meanwhile if you could supply code for timestamp comparisons it'll be useful.
http://www.codeproject.com/cpp/minitest.asp
contains such code (one header file). It is just a call to stat().
The problem I have with the whole idea is that it's more natural to achieve on makefile level and doesn't require too much efforts. Why would you want to bundle test for different units into single unit test module? Gennadiy