aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-01-06 15:23:29 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-01-06 22:57:29 -0500
commit59315463f2d579d788f9af43e4e74577dfd4e21f (patch)
tree828c4599bbf52ef317fd1283511da3aafde66fb2 /ci
parent77f230ebd89e411f8fb2c735be970e87ac07aa24 (diff)
downloadzig-59315463f2d579d788f9af43e4e74577dfd4e21f.tar.gz
zig-59315463f2d579d788f9af43e4e74577dfd4e21f.zip
ci: add test coverage for self-hosted arm and x86_64 backends
Diffstat (limited to 'ci')
-rwxr-xr-xci/zinc/linux_test.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/ci/zinc/linux_test.sh b/ci/zinc/linux_test.sh
index 886fbdaf81..d9f42e6876 100755
--- a/ci/zinc/linux_test.sh
+++ b/ci/zinc/linux_test.sh
@@ -4,9 +4,11 @@
ZIG=$DEBUG_STAGING/bin/zig
-$ZIG test test/behavior.zig -fno-stage1 -fLLVM -I test
-$ZIG test test/behavior.zig -fno-stage1 -ofmt=c -I test
-$ZIG test test/behavior.zig -fno-stage1 -target wasm32-wasi --test-cmd wasmtime --test-cmd-bin
+$ZIG test test/behavior.zig -fno-stage1 -I test -fLLVM
+$ZIG test test/behavior.zig -fno-stage1 -I test -ofmt=c
+$ZIG test test/behavior.zig -fno-stage1 -I test -target wasm32-wasi --test-cmd wasmtime --test-cmd-bin
+$ZIG test test/behavior.zig -fno-stage1 -I test -target arm-linux --test-cmd qemu-arm --test-cmd-bin
+$ZIG test test/behavior.zig -fno-stage1 -I test
$ZIG build test-behavior -fqemu -fwasmtime
$ZIG build test-compiler-rt -fqemu -fwasmtime