diff options
author | Sam Clegg <sbc@chromium.org> | 2017-05-25 13:52:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-25 13:52:24 -0700 |
commit | 261df56ff70732a19d1211ca98c358de2fc22d57 (patch) | |
tree | 2c2ba2fe2ca43e208391cc5655278ff124986c33 /test/run-tests.py | |
parent | cfcdab032b9fc3f16f9b6259de4ebc509e269def (diff) | |
download | wabt-261df56ff70732a19d1211ca98c358de2fc22d57.tar.gz wabt-261df56ff70732a19d1211ca98c358de2fc22d57.tar.bz2 wabt-261df56ff70732a19d1211ca98c358de2fc22d57.zip |
Rename wasmdump to wasm-objdump (#455)
This is more consistent with how llvm and binutils
name such tools.
Diffstat (limited to 'test/run-tests.py')
-rwxr-xr-x | test/run-tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run-tests.py b/test/run-tests.py index 243bf6df..ec82208d 100755 --- a/test/run-tests.py +++ b/test/run-tests.py @@ -49,8 +49,8 @@ TOOLS = { 'wast-desugar': { 'EXE': '%(wast-desugar)s' }, - 'run-wasmdump': { - 'EXE': 'test/run-wasmdump.py', + 'run-objdump': { + 'EXE': 'test/run-objdump.py', 'FLAGS': ['--bindir=%(bindir)s', '--no-error-cmdline'], 'VERBOSE-FLAGS': ['-v'] }, |