diff -r d84d25d6cdbb -r c9f2e0c7359a Test.h --- a/Test.h Sat Mar 08 21:04:41 2008 -0800 +++ b/Test.h Tue Apr 15 18:02:40 2008 -0700 @@ -17,8 +17,10 @@ To run only tests without starting the main program, add the argument "Test_Only". */ #if DEBUG void RunTestCases( int argc, const char **argv ); +extern BOOL gRunningTestCase; #else #define RunTestCases(ARGC,ARGV) +#define gRunningTestCase NO #endif /** The TestCase() macro declares a test case.