From 835e1d8081af43b995ada5c701d96a420b0b728c Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sun, 1 Nov 2015 12:54:20 -0800 Subject: avoid assertions in basic ops tests --- test/float_ops.emcc | 1 + test/int_ops.emcc | 1 + 2 files changed, 2 insertions(+) create mode 100644 test/float_ops.emcc create mode 100644 test/int_ops.emcc (limited to 'test') 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"] -- cgit v1.2.3