diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-05-05 11:47:54 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-05-05 11:47:54 -0700 |
commit | bb3dbb2784e91a517916f366e710e01a2e7331f6 (patch) | |
tree | 08ee1e92384235c2f830b65ba7a12c59689d1b88 /auto_update_tests.py | |
parent | f85e310924535da09822f3d43aeee9265eb12760 (diff) | |
parent | bbf846554a407e0385f91f5b7eeb9594c12e0bc5 (diff) | |
download | binaryen-bb3dbb2784e91a517916f366e710e01a2e7331f6.tar.gz binaryen-bb3dbb2784e91a517916f366e710e01a2e7331f6.tar.bz2 binaryen-bb3dbb2784e91a517916f366e710e01a2e7331f6.zip |
Merge pull request #435 from WebAssembly/more-relooper
Add optimization to C API, and with that, more relooper tests
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-x | auto_update_tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py index bd9e5f695..7162bd8fd 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -2,6 +2,8 @@ import os, sys, subprocess, difflib +os.environ['LD_LIBRARY_PATH'] = 'lib' # find our dynamic libraries + print '[ processing and updating testcases... ]\n' for asm in sorted(os.listdir('test')): |