diff options
author | Ben Smith <binjimin@gmail.com> | 2018-01-24 16:27:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 16:27:28 -0800 |
commit | 7360bc9536203d949b7f11872e51252ae04cb366 (patch) | |
tree | 48868b66ef9ce31a8b63374c50ff56b4dce98b6a /test/dump/memory-1-byte.txt | |
parent | 89e86d1c68df2a9308b299643070535635eb5cf9 (diff) | |
download | wabt-7360bc9536203d949b7f11872e51252ae04cb366.tar.gz wabt-7360bc9536203d949b7f11872e51252ae04cb366.tar.bz2 wabt-7360bc9536203d949b7f11872e51252ae04cb366.zip |
Remove `run-objdump.py`; replace with `RUN` cmds (#732)
* Remove `run-objdump.py`; replace with `RUN` cmds
This CL introduces two new TOOLs for tests:
* `run-objdump-gen-wasm`: Run objdump on wasm files generated by
`gen-wasm.py`.
* `run-objdump-spec`: Run objdump on wasm files generated by
`wast2json`. For now, this requires each test to specify the files
manually: `%(temp_file)s.0.wasm %(temp_file)s.1.wasm` etc.
`gen_wasm_py` has been added as a new RUN variable as well.
* Call FixPythonExecutable after expanding variables
Diffstat (limited to 'test/dump/memory-1-byte.txt')
-rw-r--r-- | test/dump/memory-1-byte.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump/memory-1-byte.txt b/test/dump/memory-1-byte.txt index 127f2008..1c71c4ee 100644 --- a/test/dump/memory-1-byte.txt +++ b/test/dump/memory-1-byte.txt @@ -1,5 +1,5 @@ ;;; TOOL: run-objdump -;;; ARGS: -v +;;; ARGS0: -v (module (memory 1)) (;; STDOUT ;;; 0000000: 0061 736d ; WASM_BINARY_MAGIC |