awsclientauth_test_files.cmake 948 B

123456789101112131415161718192021222324
  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
  9. Tests/AWSClientAuthGemMock.h
  10. Tests/AWSClientAuthGemTest.cpp
  11. Tests/AWSClientAuthSystemComponentTest.cpp
  12. Tests/Authentication/AuthenticationProviderManagerMock.h
  13. Tests/Authentication/AuthenticationProviderManagerTest.cpp
  14. Tests/Authentication/AuthenticationProviderManagerScriptCanvasBusTest.cpp
  15. Tests/Authentication/AWSCognitoAuthenticationProviderTest.cpp
  16. Tests/Authentication/LWAAuthenticationProviderTest.cpp
  17. Tests/Authentication/GoogleAuthenticationProviderTest.cpp
  18. Tests/Authorization/AWSClientAuthPersistentCognitoIdentityProviderTest.cpp
  19. Tests/Authorization/AWSCognitoAuthorizationControllerTest.cpp
  20. Tests/UserManagement/AWSCognitoUserManagementControllerTest.cpp
  21. )