From 67c9dc344148c49ca6eeba380520e89b81d8dd05 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 25 Mar 2018 17:23:55 -0700 Subject: Updated include test to reference all headers relative to the Engine root --- Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp | 2 +- Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp | 2 +- Tests/IncludeTest/src/Common/BasicMathH_test.cpp | 2 +- Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp | 2 +- Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/FileWrapperH_test.cpp | 2 +- Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/HashUtilsH_test.cpp | 2 +- Tests/IncludeTest/src/Common/LockHelperH_test.cpp | 2 +- Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp | 2 +- Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp | 2 +- Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp | 2 +- Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp | 2 +- Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp | 2 +- Tests/IncludeTest/src/Common/StringToolsH_test.cpp | 2 +- Tests/IncludeTest/src/Common/TimerH_test.cpp | 2 +- Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp | 2 +- Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'Tests/IncludeTest/src/Common') diff --git a/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp index 0001f36..e9114a7 100644 --- a/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/AdaptiveFixedBlockAllocator.h" +#include "DiligentCore/Common/interface/AdaptiveFixedBlockAllocator.h" diff --git a/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp b/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp index 32ecfc7..168ebb4 100644 --- a/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp +++ b/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/AdvancedMath.h" +#include "DiligentCore/Common/interface/AdvancedMath.h" diff --git a/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp index a384d84..252a25d 100644 --- a/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp +++ b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/BasicFileStream.h" +#include "DiligentCore/Common/interface/BasicFileStream.h" diff --git a/Tests/IncludeTest/src/Common/BasicMathH_test.cpp b/Tests/IncludeTest/src/Common/BasicMathH_test.cpp index 5b0640d..8846a5a 100644 --- a/Tests/IncludeTest/src/Common/BasicMathH_test.cpp +++ b/Tests/IncludeTest/src/Common/BasicMathH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/BasicMath.h" +#include "DiligentCore/Common/interface/BasicMath.h" diff --git a/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp index 5913777..f43a1c6 100644 --- a/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp +++ b/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/DataBlobImpl.h" +#include "DiligentCore/Common/interface/DataBlobImpl.h" diff --git a/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp index d3738a2..b07b218 100644 --- a/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/DefaultRawMemoryAllocator.h" +#include "DiligentCore/Common/interface/DefaultRawMemoryAllocator.h" diff --git a/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp b/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp index c433710..3e67b09 100644 --- a/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp +++ b/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/FileWrapper.h" +#include "DiligentCore/Common/interface/FileWrapper.h" diff --git a/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp index f6975f2..8cd5482 100644 --- a/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/FixedBlockMemoryAllocator.h" +#include "DiligentCore/Common/interface/FixedBlockMemoryAllocator.h" diff --git a/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp b/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp index a9a261d..0123479 100644 --- a/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp +++ b/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/HashUtils.h" +#include "DiligentCore/Common/interface/HashUtils.h" diff --git a/Tests/IncludeTest/src/Common/LockHelperH_test.cpp b/Tests/IncludeTest/src/Common/LockHelperH_test.cpp index 76db2d6..22952cf 100644 --- a/Tests/IncludeTest/src/Common/LockHelperH_test.cpp +++ b/Tests/IncludeTest/src/Common/LockHelperH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/LockHelper.h" +#include "DiligentCore/Common/interface/LockHelper.h" diff --git a/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp b/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp index 4e9bc26..80fded4 100644 --- a/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp +++ b/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/ObjectBase.h" +#include "DiligentCore/Common/interface/ObjectBase.h" diff --git a/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp index f3f2097..dce3b3f 100644 --- a/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp +++ b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/RefCntAutoPtr.h" +#include "DiligentCore/Common/interface/RefCntAutoPtr.h" diff --git a/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp index 6562bc7..bb21250 100644 --- a/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp +++ b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/RefCountedObjectImpl.h" +#include "DiligentCore/Common/interface/RefCountedObjectImpl.h" diff --git a/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp index 35cc148..1d861db 100644 --- a/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp +++ b/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/STDAllocator.h" +#include "DiligentCore/Common/interface/STDAllocator.h" diff --git a/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp index 119c201..2e7233a 100644 --- a/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp +++ b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/StringDataBlobImpl.h" +#include "DiligentCore/Common/interface/StringDataBlobImpl.h" diff --git a/Tests/IncludeTest/src/Common/StringToolsH_test.cpp b/Tests/IncludeTest/src/Common/StringToolsH_test.cpp index c5acecf..4205ce1 100644 --- a/Tests/IncludeTest/src/Common/StringToolsH_test.cpp +++ b/Tests/IncludeTest/src/Common/StringToolsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/StringTools.h" +#include "DiligentCore/Common/interface/StringTools.h" diff --git a/Tests/IncludeTest/src/Common/TimerH_test.cpp b/Tests/IncludeTest/src/Common/TimerH_test.cpp index 74394c5..1f43a36 100644 --- a/Tests/IncludeTest/src/Common/TimerH_test.cpp +++ b/Tests/IncludeTest/src/Common/TimerH_test.cpp @@ -21,5 +21,5 @@ * of the possibility of such damages. */ -#include "Common/interface/Timer.h" +#include "DiligentCore/Common/interface/Timer.h" diff --git a/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp index 6747481..2a9503b 100644 --- a/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp +++ b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp @@ -21,5 +21,5 @@ * of the possibility of such damages. */ -#include "Common/interface/UniqueIdentifier.h" +#include "DiligentCore/Common/interface/UniqueIdentifier.h" diff --git a/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp b/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp index e7008c2..7a0d2ad 100644 --- a/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp +++ b/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Common/interface/ValidatedCast.h" +#include "DiligentCore/Common/interface/ValidatedCast.h" -- cgit v1.2.3