Home
last modified time | relevance | path

Searched refs:test_solarish (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/libc-test/
H A Dbuild.rs67 t if t.contains("solaris") => test_solarish(t), in do_ctest()
68 t if t.contains("illumos") => test_solarish(t), in do_ctest()
1051 fn test_solarish(target: &str) { in test_solarish() function