From c1d240582da544eb1750cd154a65fa027cc3bcb7 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Sun, 8 Jun 2008 18:20:48 +0200 Subject: [PATCH] [svn r252] added warnings about using an up to date runtime --- tests/README | 2 +- tests/runtest | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/README b/tests/README index 0d346f6a53..51f2d46525 100644 --- a/tests/README +++ b/tests/README @@ -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. diff --git a/tests/runtest b/tests/runtest index 7a5616256d..8852a694da 100755 --- a/tests/runtest +++ b/tests/runtest @@ -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."