moved AssetSystemStub to TestUtils folder

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
monroegm-disable-blank-issue-2
Guthrie Adams 4 years ago
parent 01ce02ffec
commit 172ec938cc

@ -160,7 +160,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
Gem::Atom_RPI.Public Gem::Atom_RPI.Public
Gem::Atom_RHI.Public Gem::Atom_RHI.Public
Gem::Atom_RPI.Edit Gem::Atom_RPI.Edit
Gem::Atom_Utils.Editor.Static Gem::Atom_Utils.TestUtils.Static
) )
ly_add_googletest( ly_add_googletest(
NAME Gem::Atom_RPI.Tests NAME Gem::Atom_RPI.Tests

@ -21,7 +21,7 @@
#include <Common/AssetManagerTestFixture.h> #include <Common/AssetManagerTestFixture.h>
#include <Common/RHI/Stubs.h> #include <Common/RHI/Stubs.h>
#include <Common/RHI/Factory.h> #include <Common/RHI/Factory.h>
#include <Atom/Utils/AssetSystemStub.h> #include <Atom/Utils/TestUtils/AssetSystemStub.h>
namespace UnitTest namespace UnitTest
{ {

@ -81,7 +81,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
AZ::AzTest AZ::AzTest
AZ::AzTestShared AZ::AzTestShared
Gem::AtomToolsFramework.Static Gem::AtomToolsFramework.Static
Gem::Atom_Utils.Editor.Static Gem::Atom_Utils.TestUtils.Static
) )
ly_add_googletest( ly_add_googletest(

@ -7,7 +7,7 @@
*/ */
#include <AzTest/AzTest.h> #include <AzTest/AzTest.h>
#include <Atom/Utils/AssetSystemStub.h> #include <Atom/Utils/TestUtils/AssetSystemStub.h>
#include <AtomToolsFramework/Util/MaterialPropertyUtil.h> #include <AtomToolsFramework/Util/MaterialPropertyUtil.h>
namespace UnitTest namespace UnitTest

@ -30,7 +30,7 @@ ly_add_target(
if(PAL_TRAIT_BUILD_HOST_TOOLS) if(PAL_TRAIT_BUILD_HOST_TOOLS)
ly_add_target( ly_add_target(
NAME Atom_Utils.Editor.Static STATIC NAME Atom_Utils.TestUtils.Static STATIC
NAMESPACE Gem NAMESPACE Gem
FILES_CMAKE FILES_CMAKE
atom_utils_editor_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> #include <AzFramework/StringFunc/StringFunc.h>
namespace UnitTest namespace UnitTest

@ -7,6 +7,6 @@
# #
set(FILES set(FILES
Include/Atom/Utils/AssetSystemStub.h Include/Atom/Utils/TestUtils/AssetSystemStub.h
Source/AssetSystemStub.cpp Source/TestUtils/AssetSystemStub.cpp
) )

Loading…
Cancel
Save