File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,9 @@ def delete_module_cache(path):
179
179
elif lldb_use_simulator == "tvos" :
180
180
lit_config .note ("Running API tests on tvOS simulator" )
181
181
config .available_features .add ("lldb-simulator-tvos" )
182
+ elif lldb_use_simulator == "qemu-user" :
183
+ lit_config .note ("Running API tests on qemu-user simulator" )
184
+ config .available_features .add ("lldb-simulator-qemu-user" )
182
185
else :
183
186
lit_config .error ("Unknown simulator id '{}'" .format (lldb_use_simulator ))
184
187
@@ -285,6 +288,9 @@ def delete_module_cache(path):
285
288
"tvos-simulator" ,
286
289
]
287
290
291
+ if "lldb-simulator-qemu-user" in config .available_features :
292
+ dotest_cmd += ["--platform-name" , "qemu-user" ]
293
+
288
294
if is_configured ("enabled_plugins" ):
289
295
for plugin in config .enabled_plugins :
290
296
dotest_cmd += ["--enable-plugin" , plugin ]
You can’t perform that action at this time.
0 commit comments