Lines Matching +full:windows +full:- +full:gnu +full:- +full:test
3 set -e
6 if [ -z "$1" ]; then
20 if [ "${TARGET_TRIPLE%-windows-gnu}" != "$TARGET_TRIPLE" ]; then
21 # On windows-gnu targets, we need to set the PATH to include MinGW
22 if [ "${TARGET_TRIPLE#x86_64-}" != "$TARGET_TRIPLE" ]; then
24 elif [ "${TARGET_TRIPLE#i?86-}" != "$TARGET_TRIPLE" ]; then
27 echo Unknown windows-gnu target
32 $CROSS test --target $TARGET_TRIPLE
33 $CROSS run --target $TARGET_TRIPLE --manifest-path systest/Cargo.toml
34 echo === zlib-ng build ===
35 $CROSS test --target $TARGET_TRIPLE --no-default-features --features zlib-ng
36 $CROSS run --target $TARGET_TRIPLE --manifest-path systest/Cargo.toml --no-default-features --feat…