diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-01 12:54:20 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-01 12:54:20 -0800 |
commit | 835e1d8081af43b995ada5c701d96a420b0b728c (patch) | |
tree | 0ce3fdf93914e1c1fcf83d102f1b72a25a0b88be | |
parent | 47573b3463559f4978b417717b5b5ce2f3bed3c1 (diff) | |
download | binaryen-835e1d8081af43b995ada5c701d96a420b0b728c.tar.gz binaryen-835e1d8081af43b995ada5c701d96a420b0b728c.tar.bz2 binaryen-835e1d8081af43b995ada5c701d96a420b0b728c.zip |
avoid assertions in basic ops tests
-rw-r--r-- | test/float_ops.emcc | 1 | ||||
-rw-r--r-- | test/int_ops.emcc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/float_ops.emcc b/test/float_ops.emcc new file mode 100644 index 000000000..40c421eee --- /dev/null +++ b/test/float_ops.emcc @@ -0,0 +1 @@ +["-s", "ASSERTIONS=0"] diff --git a/test/int_ops.emcc b/test/int_ops.emcc new file mode 100644 index 000000000..40c421eee --- /dev/null +++ b/test/int_ops.emcc @@ -0,0 +1 @@ +["-s", "ASSERTIONS=0"] |