Changeset 6816 for trunk/UNIT_TESTER/UnitTester.hxx
- Timestamp:
- 09/09/10 22:40:57 (21 months ago)
- Location:
- trunk/UNIT_TESTER
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
UnitTester.hxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UNIT_TESTER
- Property svn:ignore
-
old new 5 5 *.gcno 6 6 logs 7 test_environment
-
- Property svn:ignore
-
trunk/UNIT_TESTER/UnitTester.hxx
r6743 r6816 24 24 const char *location; 25 25 }; 26 enum UnitTestResult { 27 TEST_OK, 28 TEST_TRAPPED, 29 }; 26 30 27 31 struct UnitTester { … … 29 33 }; 30 34 35 UnitTestResult execute_guarded(UnitTest_function fun, long *duration_usec); 36 31 37 #else 32 38 #error UnitTester.hxx included twice
