Show
Ignore:
Timestamp:
08/09/10 18:15:37 (21 months ago)
Author:
westram
Message:
  • added global test-environment (does nothing yet)
Location:
branches/refactor/UNIT_TESTER
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/refactor/UNIT_TESTER

    • Property svn:ignore
      •  

        old new  
        55*.gcno 
        66logs 
         7test_environment 
  • branches/refactor/UNIT_TESTER/UnitTester.hxx

    r6746 r6810  
    2424    const char        *location; 
    2525}; 
     26enum UnitTestResult { 
     27    TEST_OK, 
     28    TEST_TRAPPED, 
     29}; 
    2630 
    2731struct UnitTester { 
     
    2933}; 
    3034 
     35UnitTestResult execute_guarded(UnitTest_function fun, long *duration_usec); 
     36 
    3137#else 
    3238#error UnitTester.hxx included twice