aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-10-27 18:13:45 -0500
committerJoel Martin <github@martintribe.org>2015-01-06 21:58:59 -0600
commita77e2b31de9d1c1f5767e6bff56062f8b3c71211 (patch)
tree1dcf0de2c407510aee4fac2ac5a8dfef7b63c963 /Makefile
parent4ee7c0f2970accc0f49eeac7fb2a0359b159c8ae (diff)
downloadmal-a77e2b31de9d1c1f5767e6bff56062f8b3c71211.tar.gz
mal-a77e2b31de9d1c1f5767e6bff56062f8b3c71211.zip
rust: add step8_macros
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1cc08d3..a10aff8 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ EXCLUDE_TESTS += test^mal^step5 # no TCO capability/step
EXCLUDE_TESTS += test^go^step5 # test completes, even at 100,000
EXCLUDE_TESTS += test^php^step5 # test completes, even at 100,000
EXCLUDE_TESTS += test^ruby^step5 # test completes, even at 100,000
+EXCLUDE_TESTS += test^rust^step5 # no catching stack overflows
# interop tests now implemented yet
EXCLUDE_TESTS += test^cs^stepA test^java^stepA test^mal^stepA \