aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-05-10 15:44:57 -0500
committerJoel Martin <github@martintribe.org>2014-05-10 15:44:57 -0500
commit3f26b8f601c96956029fe64e1aeac7b8b9f76911 (patch)
treeb57aa39116c9a56e63a075315f1d05e78e581d41
parentd32f9b878db9bbfda1f83c1a7a0e05035c199dc4 (diff)
downloadmal-3f26b8f601c96956029fe64e1aeac7b8b9f76911.tar.gz
mal-3f26b8f601c96956029fe64e1aeac7b8b9f76911.zip
Makefile: exclude test^mal^step0
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ec52ffc..64b1595 100644
--- a/Makefile
+++ b/Makefile
@@ -34,8 +34,8 @@ EXCLUDE_TESTS += test^ruby^step5 # test completes, even at 100,000
# interop tests now implemented yet
EXCLUDE_TESTS += test^cs^step9 test^java^step9 test^mal^step9 \
- test^php^step9 test^ps^step9 test^python^step9 \
- test^ruby^step9
+ test^mal^step0 test^php^step9 test^ps^step9 \
+ test^python^step9 test^ruby^step9
EXCLUDE_PERFS = perf^mal # TODO: fix this