awscore_tests_files.cmake 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES awscore_tests_files.cmake
  9. Tests/AWSCoreTest.cpp
  10. Tests/AWSCoreSystemComponentTest.cpp
  11. Tests/Configuration/AWSCoreConfigurationTest.cpp
  12. Tests/Credential/AWSCredentialBusTest.cpp
  13. Tests/Credential/AWSCVarCredentialHandlerTest.cpp
  14. Tests/Credential/AWSDefaultCredentialHandlerTest.cpp
  15. Tests/Framework/AWSApiClientJobConfigTest.cpp
  16. Tests/Framework/AWSApiJobConfigTest.cpp
  17. Tests/Framework/HttpRequestJobTest.cpp
  18. Tests/Framework/JsonObjectHandlerTest.cpp
  19. Tests/Framework/JsonWriterTest.cpp
  20. Tests/Framework/RequestBuilderTest.cpp
  21. Tests/Framework/ServiceClientJobConfigTest.cpp
  22. Tests/Framework/ServiceJobUtilTest.cpp
  23. Tests/Framework/ServiceRequestJobTest.cpp
  24. Tests/Framework/UtilTest.cpp
  25. Tests/ResourceMapping/AWSResourceMappingManagerTest.cpp
  26. Tests/ResourceMapping/AWSResourceMappingUtilsTest.cpp
  27. Tests/ScriptCanvas/AWSScriptBehaviorDynamoDBTest.cpp
  28. Tests/ScriptCanvas/AWSScriptBehaviorLambdaTest.cpp
  29. Tests/ScriptCanvas/AWSScriptBehaviorS3Test.cpp
  30. Tests/ScriptCanvas/AWSScriptBehaviorsComponentTest.cpp
  31. Tests/TestFramework/AWSCoreFixture.h
  32. )