Test.h
changeset 5 c9f2e0c7359a
parent 0 d84d25d6cdbb
child 9 823e7e74088e
     1.1 --- a/Test.h	Sat Mar 08 21:04:41 2008 -0800
     1.2 +++ b/Test.h	Tue Apr 15 18:02:40 2008 -0700
     1.3 @@ -17,8 +17,10 @@
     1.4      To run only tests without starting the main program, add the argument "Test_Only". */
     1.5  #if DEBUG
     1.6  void RunTestCases( int argc, const char **argv );
     1.7 +extern BOOL gRunningTestCase;
     1.8  #else
     1.9  #define RunTestCases(ARGC,ARGV)
    1.10 +#define gRunningTestCase NO
    1.11  #endif
    1.12  
    1.13  /** The TestCase() macro declares a test case.