[svn r252] added warnings about using an up to date runtime

This commit is contained in:
Christian Kamm 2008-06-08 18:20:48 +02:00
parent 2f590b41e3
commit c1d240582d
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
Use
After making sure llvmdc and its runtime are up to date, use
./runtest tmp-sensible-name
to run tests for llvmdc.
Move into reference/ subfolder and add to svn if desired.

View file

@ -32,6 +32,8 @@ sed -e 's/crashRun 30 1000/crashRun 10 256/' -i dstress.c
echo
echo "Running new test and storing result in $TARGETFILE ..."
echo
echo "Remember to make sure you have an up to date runtime!"
echo
if [ -z "$DMD" ] ; then
echo "Testing with llvmdc. Set DMD environment variable to select compiler."