From 4f4a650c67d5105fedf44b83c06a51102947c045 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 31 Oct 2015 20:10:45 -0700 Subject: start to test wasm in c tests --- check.py | 1 + 1 file changed, 1 insertion(+) (limited to 'check.py') diff --git a/check.py b/check.py index 420df781e..d05ae44ac 100755 --- a/check.py +++ b/check.py @@ -77,6 +77,7 @@ for c in tests: subprocess.check_call(['./emcc_to_polyfill.sh', os.path.join('test', c)], stdout=subprocess.PIPE, stderr=subprocess.PIPE) if post: open('a.normal.js', 'a').write(post) + open('a.wasm.js', 'a').write(post) proc = subprocess.Popen(['nodejs', 'a.normal.js'], stdout=subprocess.PIPE) out, err = proc.communicate() assert proc.returncode == 0 -- cgit v1.2.3