scriptcanvastestingeditor_tests_files.cmake 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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. Source/Framework/ScriptCanvasTestFixture.h
  10. Source/Framework/ScriptCanvasTestFixture.cpp
  11. Source/Framework/ScriptCanvasTestNodes.h
  12. Source/Framework/ScriptCanvasTestNodes.cpp
  13. Source/Framework/ScriptCanvasTestUtilities.h
  14. Source/Framework/ScriptCanvasTestUtilities.cpp
  15. Source/Framework/ScriptCanvasTestApplication.h
  16. Source/Framework/EntityRefTests.h
  17. Tests/ScriptCanvasTestingTest.cpp
  18. Tests/ScriptCanvas_ContainerSupport.cpp
  19. Tests/ScriptCanvas_Core.cpp
  20. Tests/ScriptCanvas_EventHandlers.cpp
  21. Tests/ScriptCanvas_FileHandling.cpp
  22. Tests/ScriptCanvas_Math.cpp
  23. Tests/ScriptCanvas_MethodOverload.cpp
  24. Tests/ScriptCanvas_RuntimeInterpreted.cpp
  25. Tests/ScriptCanvas_Slots.cpp
  26. Tests/ScriptCanvas_StringNodes.cpp
  27. Tests/ScriptCanvas_UnitTesting.cpp
  28. Tests/ScriptCanvas_Variables.cpp
  29. Tests/ScriptCanvas_VM.cpp
  30. )