diff options
| author | def <dennis@felsin9.de> | 2015-03-04 04:17:43 +0100 |
|---|---|---|
| committer | def <dennis@felsin9.de> | 2015-03-04 04:39:43 +0100 |
| commit | a2cd0a3adae2ccf2566122bcd90230d905ab59dc (patch) | |
| tree | a68fc31f5c41381c910cd5f14b9fa166f84f9755 /Makefile | |
| parent | 4ce9e165bafb4f14b03624f515066c3c42719dd9 (diff) | |
| download | mal-a2cd0a3adae2ccf2566122bcd90230d905ab59dc.tar.gz mal-a2cd0a3adae2ccf2566122bcd90230d905ab59dc.zip | |
Add instructions and makefile for Nim
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -36,7 +36,7 @@ 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 -#EXCLUDE_TESTS += test^nim^step5 # test completes, even at 100,000 +EXCLUDE_TESTS += test^nim^step5 # test completes, even at 100,000 # interop tests now implemented yet EXCLUDE_TESTS += test^cs^stepA test^java^stepA test^mal^stepA \ @@ -111,8 +111,7 @@ ruby_RUNSTEP = ruby ../$(2) $(3) rust_RUNSTEP = ../$(2) $(3) scala_RUNSTEP = sbt 'run-main $($(1))$(if $(3), $(3),)' vb_RUNSTEP = mono ../$(2) --raw $(3) -#nim_RUNSTEP = ../$(2) $(3) -nim_RUNSTEP = nim -d:release --deadcodeelim:off c -r ../$(2) $(3) +nim_RUNSTEP = ../$(2) $(3) # Extra options to pass to runtest.py cs_TEST_OPTS = --redirect |
