From c8ef274074e9f2fc14cc98f61def655b0d7ef44d Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Sun, 12 Oct 2008 18:10:19 +0200 Subject: [PATCH] Update tests readme. --- tests/README | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/tests/README b/tests/README index 87f4922a..130d12f1 100644 --- a/tests/README +++ b/tests/README @@ -1,11 +1,14 @@ -After making sure LDC and its runtime are up to date, use +We have two different test sets. For the test drivers +you need do compile the .d files in this folder with +a Phobos D compiler. + +To run the 'mini' test suite run +./runminitests + +To run the DStress based tests execute ./runtest tmp-sensible-name -to run tests for LDC. -Move into reference/ subfolder and add to svn if desired. - -Use -./findregressions old-test-resultfile tmp-sensible-name -to find changes. - -Recommended for comparing to DMD: -./findregressions reference/dmd-version ldc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions +and then use +./findregressions old-results new-results +to display a list of regressions. You can +download old result files from +http://www.incasoftware.de/~kamm/ldc/reference