summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2023-12-08 15:01:31 -0800
committerGitHub <noreply@github.com>2023-12-08 15:01:31 -0800
commit48373b66e613b7e626322b595ae6551582acc6c2 (patch)
treef4e92c8ee23261a02aee19cc10cb42a1fcd1f4a4 /src/wasm/wasm-binary.cpp
parent7dec4165fcda2cfce2b887125bd1baeaafe9ac67 (diff)
downloadbinaryen-48373b66e613b7e626322b595ae6551582acc6c2.tar.gz
binaryen-48373b66e613b7e626322b595ae6551582acc6c2.tar.bz2
binaryen-48373b66e613b7e626322b595ae6551582acc6c2.zip
[test] Move basic tests in lit/ to lit/basic/ (#6156)
Here 'basic' tests means that what we have in `binaryen/test/`. We checked three things with those tests: - Run `wasm-opt -all -g` on it and compare the output with `*.from-wast` - Run `wasm-as -all -g` and `wasm-dis` on it and compare the output with `*.fromBinary`. - Run `wasm-as -all` and `wasm-dis` on it and compare the output with `*.fromBinary.noDebugInfo`. I planned to move those to `test/lit/`. But `test/lit/` has other kind of tests as well, so I think it'd be nice to have a dedicated directory for these tests. Before doing that, I noticed there are already four tests that have been already ported to do this, and this PR moves them to `test/lit/basic/`. I couldn't come up with a better name than `basic`. If you have other suggestions please let me know.
Diffstat (limited to 'src/wasm/wasm-binary.cpp')
0 files changed, 0 insertions, 0 deletions