diff options
Diffstat (limited to 'test/run-tests.py')
-rwxr-xr-x | test/run-tests.py | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/run-tests.py b/test/run-tests.py index 2ca96e36..85068b95 100755 --- a/test/run-tests.py +++ b/test/run-tests.py @@ -122,14 +122,8 @@ TOOLS = { ('VERBOSE-ARGS', ['--print-cmd', '-v']), ], 'run-opcodecnt': [ - ('RUN', 'test/run-opcodecnt.py'), - ('ARGS', [ - '%(in_file)s', - '--bindir=%(bindir)s', - '--no-error-cmdline', - '-o', - '%(out_dir)s', - ]), + ('RUN', '%(wat2wasm)s %(in_file)s -o %(temp_file)s.wasm'), + ('RUN', '%(wasm-opcodecnt)s %(temp_file)s.wasm'), ('VERBOSE-ARGS', ['--print-cmd', '-v']), ], 'run-gen-spec-js': [ |