You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/aztest_bootstrap.json

29 lines
971 B
JSON

{
"modules" : [
{
"module" : "EditorPlugins\\CryDesigner.dll",
"bootstrapper" : "Editor.exe",
"args" : ["$module", "-bootstrap_plugin_tests"]
},
{
"module" : "EditorPlugins\\MaglevControlPanel.dll",
"bootstrapper" : "Editor.exe",
"args" : ["$module", "-bootstrap_plugin_tests"]
},
{
"module" : "EditorPlugins\\ComponentEntityEditorPlugin.dll",
"bootstrapper" : "Editor.exe",
"args" : ["$module", "-bootstrap_plugin_tests"]
},
{
"module" : "EditorPlugins\\EditorModularBehaviorTree.dll",
"bootstrapper" : "Editor.exe",
"args" : ["$module", "-bootstrap_plugin_tests"]
},
{
"module" : "EditorPlugins\\UiCanvasEditor.dll",
"bootstrapper" : "Editor.exe",
"args" : ["$module", "-bootstrap_plugin_tests"]
}
]
}