diff options
Diffstat (limited to 'libraries/ode-0.9/tests/CppTestHarness/CppTestHarness.h')
-rw-r--r-- | libraries/ode-0.9/tests/CppTestHarness/CppTestHarness.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/ode-0.9/tests/CppTestHarness/CppTestHarness.h b/libraries/ode-0.9/tests/CppTestHarness/CppTestHarness.h new file mode 100644 index 0000000..aa3b8ae --- /dev/null +++ b/libraries/ode-0.9/tests/CppTestHarness/CppTestHarness.h | |||
@@ -0,0 +1,14 @@ | |||
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 | |||