diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-12 10:15:44 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-12 10:15:44 -0500 |
commit | 9918cd1666e5083286d4db6ea96f1d35b6a59a3b (patch) | |
tree | 81d93a674d141a6b8820ac4cb46361136966f6cb /auto_update_tests.py | |
parent | 56fc0562393cbeab434c3caa3a7cbdfef158c73f (diff) | |
download | binaryen-9918cd1666e5083286d4db6ea96f1d35b6a59a3b.tar.gz binaryen-9918cd1666e5083286d4db6ea96f1d35b6a59a3b.tar.bz2 binaryen-9918cd1666e5083286d4db6ea96f1d35b6a59a3b.zip |
add cfg-stackify.s
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-x | auto_update_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py index c47d52f21..cfb2d9e63 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -32,7 +32,7 @@ for t in sorted(os.listdir('test')): open(t, 'w').write(actual) -for s in ['minimal.s', 'basics.s', 'call.s']: +for s in ['minimal.s', 'basics.s', 'call.s', 'cfg-stackify.s']: print '..', s wasm = s.replace('.s', '.wast') full = os.path.join('test', 'dot_s', s) |