comparison tests/runtest @ 236:df1abfe27be6 trunk

[svn r252] added warnings about using an up to date runtime
author ChristianK
date Sun, 08 Jun 2008 18:20:48 +0200
parents c603041da866
children fa9fef362a98
comparison
equal deleted inserted replaced
235:c603041da866 236:df1abfe27be6
30 sed -e 's/crashRun 30 1000/crashRun 10 256/' -i dstress.c 30 sed -e 's/crashRun 30 1000/crashRun 10 256/' -i dstress.c
31 31
32 echo 32 echo
33 echo "Running new test and storing result in $TARGETFILE ..." 33 echo "Running new test and storing result in $TARGETFILE ..."
34 echo 34 echo
35 echo "Remember to make sure you have an up to date runtime!"
36 echo
35 37
36 if [ -z "$DMD" ] ; then 38 if [ -z "$DMD" ] ; then
37 echo "Testing with llvmdc. Set DMD environment variable to select compiler." 39 echo "Testing with llvmdc. Set DMD environment variable to select compiler."
38 DMD="llvmdc -O0" 40 DMD="llvmdc -O0"
39 else 41 else