X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fconcurrent%2Fshould_run%2FMakefile;h=4d7c4cebf101b564c183dc50717f7fd56d2f447e;hb=2711470123106187682776034fd848d0a7a4a4b2;hp=6b0271dd5af7d6e0ac80b4d32c10f02301e1a0c2;hpb=67d98b9069aa10b7edfcdc9d4da0bcfb14e349c5;p=ghc-hetmet.git diff --git a/ghc/tests/concurrent/should_run/Makefile b/ghc/tests/concurrent/should_run/Makefile index 6b0271d..4d7c4ce 100644 --- a/ghc/tests/concurrent/should_run/Makefile +++ b/ghc/tests/concurrent/should_run/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.9 2000/11/03 16:23:37 simonmar Exp $ +# $Id: Makefile,v 1.10 2001/02/13 15:12:42 rrt Exp $ TOP = ../.. include $(TOP)/mk/boilerplate.mk @@ -11,8 +11,9 @@ endif include $(TOP)/mk/should_run.mk +conc007_RUNTEST_OPTS = +RTS -H128M -RTS conc009_RUNTEST_OPTS = -x 1 -conc021_RUNTEST_OPTS = -x 250 +conc021_RUNTEST_OPTS = -x 250 -o2 conc021.stderr-mingw SRC_HC_OPTS += -dcore-lint -package concurrent -fglasgow-exts