editorpythonbindings_tests_files.cmake 874 B

1234567891011121314151617181920212223242526272829
  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/CustomTypeBindingBusTests.cpp
  10. Tests/EditorPythonBindingsTest.cpp
  11. Tests/PythonAssetTypesTests.cpp
  12. Tests/PythonAssociativeTests.cpp
  13. Tests/PythonBindingLibTests.cpp
  14. Tests/PythonContainerAnyTests.cpp
  15. Tests/PythonDictionaryTests.cpp
  16. Tests/PythonGlobalsTests.cpp
  17. Tests/PythonLogSymbolsComponentTests.cpp
  18. Tests/PythonPairTests.cpp
  19. Tests/PythonPairTests.h
  20. Tests/PythonTupleTests.cpp
  21. Tests/PythonProxyBusTests.cpp
  22. Tests/PythonProxyObjectTests.cpp
  23. Tests/PythonReflectionComponentTests.cpp
  24. Tests/PythonTestingUtility.h
  25. Tests/PythonThreadingTests.cpp
  26. Tests/PythonTraceMessageSink.h
  27. )