From 59315463f2d579d788f9af43e4e74577dfd4e21f Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 6 Jan 2022 15:23:29 -0700 Subject: ci: add test coverage for self-hosted arm and x86_64 backends --- ci/zinc/linux_test.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ci') 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 -- cgit v1.2.3