Updated the registration.py script register_engine_path function to add

a key, value mapping of engine name to engine path in the
o3de_manifest.json file

Added a pytest to validate the new engine_name -> engine_path
functionality and registered those test with CTest.

Fixed miscellaneous issues in the registration.py around incorrect
return values for get_*_data functions where some of the returns values
were integers where the return value should have been None
This commit is contained in:
lumberyard-employee-dm
2021-05-18 22:19:09 -05:00
parent f346614917
commit 548219d117
5 changed files with 212 additions and 61 deletions
+1
View File
@@ -11,5 +11,6 @@
add_subdirectory(detect_file_changes)
add_subdirectory(commit_validation)
add_subdirectory(o3de)
add_subdirectory(project_manager)
add_subdirectory(ctest)