summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-xauto_update_tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py
index b707e7f36..378f511cc 100755
--- a/auto_update_tests.py
+++ b/auto_update_tests.py
@@ -104,7 +104,7 @@ for t in sorted(os.listdir(os.path.join('test', 'example'))):
print ' '.join(extra)
subprocess.check_call(extra)
# Link against the binaryen C library DSO, using an executable-relative rpath
- cmd = ['example.o', '-lbinaryen-c'] + cmd + ['-Wl,-rpath=$ORIGIN/../lib']
+ cmd = ['example.o', '-lbinaryen'] + cmd + ['-Wl,-rpath=$ORIGIN/../lib']
else:
continue
if os.environ.get('COMPILER_FLAGS'):
@@ -119,5 +119,4 @@ for t in sorted(os.listdir(os.path.join('test', 'example'))):
finally:
os.remove(output_file)
-
print '\n[ success! ]'