mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Add support for android in spectests
This commit is contained in:
parent
4c29cd4af3
commit
9d312f4500
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user