aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-07-30 14:34:12 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-07-30 14:34:12 -0700
commit7d395b63624edb19717affac24345c8ccd69e355 (patch)
tree5a293b31ff63e62b46e043095f68ea38eb442b44
parentc03c413cbaaa1728cad3a1b87e966bc4e0586076 (diff)
add more non-asm embind testing
-rwxr-xr-xtests/runner.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 342c78cb..47e18ed7 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -11994,7 +11994,9 @@ int main(int argc, char const *argv[])
([], True), # without --bind, we fail
(['--bind'], False),
(['--bind', '-O1'], False),
- (['--bind', '-O2'], False)
+ (['--bind', '-O2'], False),
+ (['--bind', '-O1', '-s', 'ASM_JS=0'], False),
+ (['--bind', '-O2', '-s', 'ASM_JS=0'], False)
]:
print args, fail
self.clear()