diff options
author | Ben Smith <binji@chromium.org> | 2016-10-07 16:29:25 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-10-10 11:23:58 -0700 |
commit | e90079d4b7fc07136cb05a6b31e473e1f90931da (patch) | |
tree | d1fc5c14ab94fa1630cd5163dfb3fb75ddcbb230 /Makefile | |
parent | 244833d60643d0741abb45c24f254884799749a1 (diff) | |
download | wabt-e90079d4b7fc07136cb05a6b31e473e1f90931da.tar.gz wabt-e90079d4b7fc07136cb05a6b31e473e1f90931da.tar.bz2 wabt-e90079d4b7fc07136cb05a6b31e473e1f90931da.zip |
Add wasmopcodecnt tests
Also rename the last few places using SexprWasm, WasmWast. Make
formatting a little nicer too.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ COMPILERS := GCC GCC_I686 GCC_FUZZ CLANG EMSCRIPTEN BUILD_TYPES := DEBUG RELEASE SANITIZERS := ASAN MSAN LSAN UBSAN CONFIGS := NORMAL $(SANITIZERS) NO_RE2C_BISON NO_TESTS -EXECUTABLES := wast2wasm wasm2wast wasm-interp hexfloat_test +EXECUTABLES := wast2wasm wasm2wast wasm-interp wasmopcodecnt hexfloat_test # directory names GCC_DIR := gcc/ |