diff options
| author | Chouser <chouser@n01se.net> | 2015-01-27 11:30:05 -0500 |
|---|---|---|
| committer | Chouser <chouser@n01se.net> | 2015-01-30 12:54:43 -0500 |
| commit | 44d4e31fc8387a52918992ed40bd4b20d7646f39 (patch) | |
| tree | faab8fbede1c27a989331aad3af24b1bd622fb1c /Makefile | |
| parent | 04e33074cc516fe4b79a6319c7a211002902a846 (diff) | |
| download | mal-44d4e31fc8387a52918992ed40bd4b20d7646f39.tar.gz mal-44d4e31fc8387a52918992ed40bd4b20d7646f39.zip | |
Ocaml: Add step 5, TCO worked automatically in Ocaml
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ 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 +EXCLUDE_TESTS += test^ocaml^step5 # test completes, even at 1,000,000 # interop tests now implemented yet EXCLUDE_TESTS += test^cs^stepA test^java^stepA test^mal^stepA \ |
