File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,9 @@ def delete_module_cache(path):
162
162
elif lldb_use_simulator == "tvos" :
163
163
lit_config .note ("Running API tests on tvOS simulator" )
164
164
config .available_features .add ("lldb-simulator-tvos" )
165
+ elif lldb_use_simulator == "qemu-user" :
166
+ lit_config .note ("Running API tests on qemu-user simulator" )
167
+ config .available_features .add ("lldb-simulator-qemu-user" )
165
168
else :
166
169
lit_config .error ("Unknown simulator id '{}'" .format (lldb_use_simulator ))
167
170
@@ -268,6 +271,10 @@ def delete_module_cache(path):
268
271
"tvos-simulator" ,
269
272
]
270
273
274
+ if "lldb-simulator-qemu-user" in config .available_features :
275
+ dotest_cmd += ["--platform-name" ,
276
+ "qemu-user" ]
277
+
271
278
if is_configured ("enabled_plugins" ):
272
279
for plugin in config .enabled_plugins :
273
280
dotest_cmd += ["--enable-plugin" , plugin ]
You can’t perform that action at this time.
0 commit comments