summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2015-09-25 10:39:28 -0700
committerBen Smith <binji@chromium.org>2015-09-25 10:39:28 -0700
commit3686f98a88272725d928b02e4fb48015ef76ad09 (patch)
treef393a817ef65db53979a46f1cd5f66abe2e32b92 /Makefile
parent8bc4f72d372bf2aa56b99af1027e9042464857ec (diff)
downloadwabt-3686f98a88272725d928b02e4fb48015ef76ad09.tar.gz
wabt-3686f98a88272725d928b02e4fb48015ef76ad09.tar.bz2
wabt-3686f98a88272725d928b02e4fb48015ef76ad09.zip
add test-everything make target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98c8ab55..327691ac 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,9 @@ test-msan: out/sexpr-wasm-msan
test-lsan: out/sexpr-wasm-lsan
@python test/run-tests.py -e $<
+.PHONY: test-everything
+test-everything: test test-asan test-msan test-lsan
+
#### CLEAN ####
.PHONY: clean
clean: