moved AssetSystemStub to TestUtils folder

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-11-03 17:28:12 -05:00
parent bb4fdc8fe8
commit 9522945f20
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
Gem::Atom_RPI.Public
Gem::Atom_RHI.Public
Gem::Atom_RPI.Edit
Gem::Atom_Utils.Editor.Static
Gem::Atom_Utils.TestUtils.Static
)
ly_add_googletest(
NAME Gem::Atom_RPI.Tests
@@ -21,7 +21,7 @@
#include <Common/AssetManagerTestFixture.h>
#include <Common/RHI/Stubs.h>
#include <Common/RHI/Factory.h>
#include <Atom/Utils/AssetSystemStub.h>
#include <Atom/Utils/TestUtils/AssetSystemStub.h>
namespace UnitTest
{
@@ -81,7 +81,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
AZ::AzTest
AZ::AzTestShared
Gem::AtomToolsFramework.Static
Gem::Atom_Utils.Editor.Static
Gem::Atom_Utils.TestUtils.Static
)
ly_add_googletest(
@@ -7,7 +7,7 @@
*/
#include <AzTest/AzTest.h>
#include <Atom/Utils/AssetSystemStub.h>
#include <Atom/Utils/TestUtils/AssetSystemStub.h>
#include <AtomToolsFramework/Util/MaterialPropertyUtil.h>
namespace UnitTest
+1 -1
View File
@@ -30,7 +30,7 @@ ly_add_target(
if(PAL_TRAIT_BUILD_HOST_TOOLS)
ly_add_target(
NAME Atom_Utils.Editor.Static STATIC
NAME Atom_Utils.TestUtils.Static STATIC
NAMESPACE Gem
FILES_CMAKE
atom_utils_editor_files.cmake
@@ -6,7 +6,7 @@
*
*/
#include <Atom/Utils/AssetSystemStub.h>
#include <Atom/Utils/TestUtils/AssetSystemStub.h>
#include <AzFramework/StringFunc/StringFunc.h>
namespace UnitTest
@@ -7,6 +7,6 @@
#
set(FILES
Include/Atom/Utils/AssetSystemStub.h
Source/AssetSystemStub.cpp
Include/Atom/Utils/TestUtils/AssetSystemStub.h
Source/TestUtils/AssetSystemStub.cpp
)