summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeTest/src/Platforms
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-26 00:23:55 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-26 00:23:55 +0000
commit67c9dc344148c49ca6eeba380520e89b81d8dd05 (patch)
tree09604f2bc08b4d48194c36661b78f69c2a554dd3 /Tests/IncludeTest/src/Platforms
parentUpdated tools module (Fixed build errors) (diff)
downloadDiligentEngine-67c9dc344148c49ca6eeba380520e89b81d8dd05.tar.gz
DiligentEngine-67c9dc344148c49ca6eeba380520e89b81d8dd05.zip
Updated include test to reference all headers relative to the Engine root
Diffstat (limited to 'Tests/IncludeTest/src/Platforms')
-rw-r--r--Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp b/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp
index 540d29b..d006d34 100644
--- a/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp
+++ b/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Platforms/interface/Atomics.h"
+#include "DiligentCore/Platforms/interface/Atomics.h"
diff --git a/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp b/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp
index e7e3cd6..c95560f 100644
--- a/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp
+++ b/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Platforms/interface/FileSystem.h"
+#include "DiligentCore/Platforms/interface/FileSystem.h"
diff --git a/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp
index a229307..00211df 100644
--- a/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp
+++ b/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Platforms/interface/PlatformDebug.h"
+#include "DiligentCore/Platforms/interface/PlatformDebug.h"
diff --git a/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp
index 8086db4..5e0f1fa 100644
--- a/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp
+++ b/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Platforms/interface/PlatformDefinitions.h"
+#include "DiligentCore/Platforms/interface/PlatformDefinitions.h"
diff --git a/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp
index a0d0c3c..001e272 100644
--- a/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp
+++ b/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Platforms/interface/PlatformMisc.h"
+#include "DiligentCore/Platforms/interface/PlatformMisc.h"