Add support for android in spectests

This commit is contained in:
Mark McCaskey 2020-04-06 12:35:08 -07:00
parent 4c29cd4af3
commit 9d312f4500

View File

@ -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"