diff options
author | Ben Smith <binji@chromium.org> | 2015-09-25 10:39:28 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-09-25 10:39:28 -0700 |
commit | 3686f98a88272725d928b02e4fb48015ef76ad09 (patch) | |
tree | f393a817ef65db53979a46f1cd5f66abe2e32b92 /Makefile | |
parent | 8bc4f72d372bf2aa56b99af1027e9042464857ec (diff) | |
download | wabt-3686f98a88272725d928b02e4fb48015ef76ad09.tar.gz wabt-3686f98a88272725d928b02e4fb48015ef76ad09.tar.bz2 wabt-3686f98a88272725d928b02e4fb48015ef76ad09.zip |
add test-everything make target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |