summaryrefslogtreecommitdiff
path: root/cxxtest/Root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cxxtest/Root.cpp')
-rw-r--r--cxxtest/Root.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/cxxtest/Root.cpp b/cxxtest/Root.cpp
new file mode 100644
index 0000000..c4320fd
--- /dev/null
+++ b/cxxtest/Root.cpp
@@ -0,0 +1,18 @@
+#ifndef __cxxtest__Root_cpp__
+#define __cxxtest__Root_cpp__
+
+//
+// This file holds the "root" of CxxTest, i.e.
+// the parts that must be in a source file file.
+//
+
+#include <cxxtest/Descriptions.cpp>
+#include <cxxtest/DummyDescriptions.cpp>
+#include <cxxtest/GlobalFixture.cpp>
+#include <cxxtest/LinkedList.cpp>
+#include <cxxtest/RealDescriptions.cpp>
+#include <cxxtest/TestSuite.cpp>
+#include <cxxtest/TestTracker.cpp>
+#include <cxxtest/ValueTraits.cpp>
+
+#endif // __cxxtest__Root_cpp__