Configure out rpath tests when not testing

This commit is contained in:
Brian Anderson 2011-10-06 13:29:36 -07:00
parent 4b9e572044
commit 06087e67e1

View File

@ -183,6 +183,7 @@ fn minimize_rpaths(rpaths: [str]) -> [str] {
#[cfg(target_os = "linux")]
#[cfg(target_os = "macos")]
#[cfg(test)]
mod test {
#[test]
fn test_rpaths_to_flags() {