summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-01 15:00:34 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-01 15:00:34 -0800
commitdd26c6de358b78900bb4780f7fa640812776d129 (patch)
treece8fa7e4e4e8dcfa88314e01cd4e4b65741832d6 /check.py
parent0da541c634a8c72c9ee5af8f2546a541ba7c5aae (diff)
downloadbinaryen-dd26c6de358b78900bb4780f7fa640812776d129.tar.gz
binaryen-dd26c6de358b78900bb4780f7fa640812776d129.tar.bz2
binaryen-dd26c6de358b78900bb4780f7fa640812776d129.zip
add control flow tests
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/check.py b/check.py
index 4fbe154d7..018f5977d 100755
--- a/check.py
+++ b/check.py
@@ -83,6 +83,8 @@ for c in tests:
if post:
open('a.normal.js', 'a').write(post)
open('a.wasm.js', 'a').write(post)
+ else:
+ print ' (no post)'
for which in ['normal', 'wasm']:
print '....', which
proc = subprocess.Popen(['nodejs', 'a.' + which + '.js'], stdout=subprocess.PIPE)