Integrating latest 47acbe8
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "native/FileWatcher/FileWatcher.h"
|
||||
#include "native/unittests/MockConnectionHandler.h"
|
||||
|
||||
#include <AzTest/AzTest.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
||||
@@ -39,11 +40,14 @@ namespace AssetProcessor
|
||||
: AssetProcessorManager(config, parent)
|
||||
{}
|
||||
|
||||
friend class AssetProcessorManagerUnitTests;
|
||||
friend class AssetProcessorManagerUnitTests_ScanFolders;
|
||||
|
||||
#if !AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
friend class AssetProcessorManagerUnitTests;
|
||||
friend class AssetProcessorManagerUnitTests_JobKeys;
|
||||
friend class AssetProcessorManagerUnitTests_JobDependencies_Fingerprint;
|
||||
friend class AssetProcessorManagerUnitTests_CheckOutputFolders;
|
||||
#endif // AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
|
||||
public:
|
||||
using GetRelativeProductPathFromFullSourceOrProductPathRequest = AzFramework::AssetSystem::GetRelativeProductPathFromFullSourceOrProductPathRequest;
|
||||
@@ -54,11 +58,15 @@ namespace AssetProcessor
|
||||
|
||||
|
||||
|
||||
REGISTER_UNIT_TEST(AssetProcessorManagerUnitTests)
|
||||
REGISTER_UNIT_TEST(AssetProcessorManagerUnitTests_ScanFolders)
|
||||
|
||||
#if !AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
REGISTER_UNIT_TEST(AssetProcessorManagerUnitTests)
|
||||
REGISTER_UNIT_TEST(AssetProcessorManagerUnitTests_JobKeys)
|
||||
REGISTER_UNIT_TEST(AssetProcessorManagerUnitTests_JobDependencies_Fingerprint)
|
||||
REGISTER_UNIT_TEST(AssetProcessorManagerUnitTests_CheckOutputFolders)
|
||||
#endif // AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
@@ -45,7 +45,7 @@ Q_SIGNALS:
|
||||
virtual void StartTest() override;
|
||||
};
|
||||
|
||||
class AssetProcessorManagerUnitTests_CheckOutputFolders
|
||||
class AssetProcessorManagerUnitTests_CheckOutputFolders
|
||||
: public UnitTestRun
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#include "FileWatcherUnitTests.h"
|
||||
#include "native/FileWatcher/FileWatcher.h"
|
||||
#include "native/AssetManager/assetProcessorManager.h"
|
||||
#include <AzTest/AzTest.h>
|
||||
#include <QCoreApplication>
|
||||
|
||||
using namespace AssetProcessor;
|
||||
@@ -305,4 +306,6 @@ void FileWatcherUnitTestRunner::StartTest()
|
||||
Q_EMIT UnitTestPassed();
|
||||
}
|
||||
|
||||
#if !AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
REGISTER_UNIT_TEST(FileWatcherUnitTestRunner)
|
||||
#endif // !AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
@@ -10,6 +10,7 @@
|
||||
*
|
||||
*/
|
||||
#include "RCcontrollerUnitTests.h"
|
||||
#include <AzTest/AzTest.h>
|
||||
#include <QCoreApplication>
|
||||
|
||||
#if defined(AZ_PLATFORM_LINUX)
|
||||
@@ -770,7 +771,7 @@ void RCcontrollerUnitTests::RunRCControllerTests()
|
||||
Q_EMIT UnitTestPassed();
|
||||
}
|
||||
|
||||
|
||||
|
||||
#if !AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
REGISTER_UNIT_TEST(RCcontrollerUnitTests)
|
||||
#endif // AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "native/utilities/ByteArrayStream.h"
|
||||
#include <AzCore/Component/Entity.h>
|
||||
#include <AzCore/Jobs/Job.h>
|
||||
#include <AzTest/AzTest.h>
|
||||
#include <QThread>
|
||||
|
||||
|
||||
@@ -65,7 +66,9 @@ namespace AssetProcessor
|
||||
};
|
||||
}
|
||||
|
||||
#if !AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
REGISTER_UNIT_TEST(UtilitiesUnitTests)
|
||||
#endif // AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
|
||||
void UtilitiesUnitTests::StartTest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user