mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-31 07:12:10 +00:00
Add support for android in spectests
This commit is contained in:
@@ -122,6 +122,11 @@ mod tests {
|
||||
"windows"
|
||||
}
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
fn get_target_os() -> &'static str {
|
||||
"android"
|
||||
}
|
||||
|
||||
#[cfg(target_os = "freebsd")]
|
||||
fn get_target_os() -> &'static str {
|
||||
"freebsd"
|
||||
|
Reference in New Issue
Block a user