source:
code/branches/ode/ode-0.9/tests/CppTestHarness/CppTestHarness.h
@
218
Last change on this file since 218 was 216, checked in by mathiask, 18 years ago | |
---|---|
File size: 205 bytes |
Rev | Line | |
---|---|---|
[216] | 1 | #ifndef TEST_HARNESS_H |
2 | #define TEST_HARNESS_H | |
3 | ||
4 | #include "Test.h" | |
5 | #include "TypedTestLauncher.h" | |
6 | #include "TestResults.h" | |
7 | ||
8 | #include "TestMacros.h" | |
9 | #include "CheckMacros.h" | |
10 | ||
11 | #include "TestRunner.h" | |
12 | ||
13 | #endif | |
14 |
Note: See TracBrowser
for help on using the repository browser.