aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9/tests/CppTestHarness/CppTestHarness.h
blob: aa3b8ae59e8ef487795f952598047f12114b9f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TEST_HARNESS_H
#define TEST_HARNESS_H

#include "Test.h"
#include "TypedTestLauncher.h"
#include "TestResults.h"

#include "TestMacros.h"
#include "CheckMacros.h"

#include "TestRunner.h"

#endif