summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/unittest-cpp/UnitTest++/UnitTestPP.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/unittest-cpp/UnitTest++/UnitTestPP.h')
-rw-r--r--3rdparty/unittest-cpp/UnitTest++/UnitTestPP.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/3rdparty/unittest-cpp/UnitTest++/UnitTestPP.h b/3rdparty/unittest-cpp/UnitTest++/UnitTestPP.h
new file mode 100644
index 00000000000..c9bbc0ccdf7
--- /dev/null
+++ b/3rdparty/unittest-cpp/UnitTest++/UnitTestPP.h
@@ -0,0 +1,11 @@
+#ifndef UNITTESTPP_H
+#define UNITTESTPP_H
+
+#include "Config.h"
+#include "TestMacros.h"
+#include "CheckMacros.h"
+#include "TestRunner.h"
+#include "TimeConstraint.h"
+#include "ReportAssert.h"
+
+#endif