summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-10-07 16:29:25 -0700
committerBen Smith <binji@chromium.org>2016-10-10 11:23:58 -0700
commite90079d4b7fc07136cb05a6b31e473e1f90931da (patch)
treed1fc5c14ab94fa1630cd5163dfb3fb75ddcbb230 /Makefile
parent244833d60643d0741abb45c24f254884799749a1 (diff)
downloadwabt-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b82278a..6f9f79d2 100644
--- a/Makefile
+++ b/Makefile
@@ -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/