We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2639ea commit bd3b6e2Copy full SHA for bd3b6e2
tests/TestTestRunner.cpp
@@ -1,9 +1,10 @@
1
-#include "../UnitTest++.h"
+#include "UnitTest++/UnitTestPP.h"
2
#include "RecordingReporter.h"
3
-#include "../ReportAssert.h"
4
-#include "../TestList.h"
5
-#include "../TimeHelpers.h"
6
-#include "../TimeConstraint.h"
+#include "UnitTest++/ReportAssert.h"
+#include "UnitTest++/TestList.h"
+#include "UnitTest++/TimeHelpers.h"
+#include "UnitTest++/TimeConstraint.h"
7
+#include "UnitTest++/ReportAssertImpl.h"
8
9
using namespace UnitTest;
10
0 commit comments