-if defined MSYS_BITS for %%I in (crt2.o dllcrt2.o libmsvcrt.a) do xcopy /Y "C:\msys64\mingw%MSYS_BITS%\%ARCH%-w64-mingw32\lib\%%I" "C:\Program Files (x86)\Rust\lib\rustlib\%TARGET%\lib"
-rustc -V
-cargo -V
build:false
test_script:
-cargo -vv test --target %TARGET%
-cargo -vv test --no-default-features --target %TARGET%
-cargo -vv test --manifest-path libc-test/Cargo.toml --target %TARGET%