-
Notifications
You must be signed in to change notification settings - Fork 0
/
aztest_bootstrap.json
29 lines (29 loc) · 971 Bytes
/
aztest_bootstrap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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"]
}
]
}