diff options
| author | Luuk de Gram <luuk@degram.dev> | 2021-12-04 19:38:56 +0100 |
|---|---|---|
| committer | Luuk de Gram <luuk@degram.dev> | 2021-12-04 21:17:17 +0100 |
| commit | 74a5f4d848a48e3dde8bb43cfa5b36e89aa86dfe (patch) | |
| tree | f1a98dba2f588ea95851a31e4e21c31a91323b8f /ci | |
| parent | b7fe958f44160af17ef19e8e71f1bfb6930f190a (diff) | |
| download | zig-74a5f4d848a48e3dde8bb43cfa5b36e89aa86dfe.tar.gz zig-74a5f4d848a48e3dde8bb43cfa5b36e89aa86dfe.zip | |
wasm: Initial behavior tests succeeding
Note: This also fixes a memory leak for inferred error sets, and for usingnamespace
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/zinc/linux_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/zinc/linux_test.sh b/ci/zinc/linux_test.sh index fa30bd5cdf..886fbdaf81 100755 --- a/ci/zinc/linux_test.sh +++ b/ci/zinc/linux_test.sh @@ -6,6 +6,7 @@ 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 build test-behavior -fqemu -fwasmtime $ZIG build test-compiler-rt -fqemu -fwasmtime |
