changeset 691:20ee709ce39e

Update tests readme.
author Christian Kamm <kamm incasoftware de>
date Sun, 12 Oct 2008 18:10:19 +0200
parents 8526cf626110
children e6b5e742daa5
files tests/README
diffstat 1 files changed, 13 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/tests/README	Sun Oct 12 18:03:34 2008 +0200
+++ b/tests/README	Sun Oct 12 18:10:19 2008 +0200
@@ -1,11 +1,14 @@
-After making sure LDC and its runtime are up to date, use
-./runtest tmp-sensible-name
-to run tests for LDC.
-Move into reference/ subfolder and add to svn if desired.
+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
 
-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
+To run the DStress based tests execute
+./runtest tmp-sensible-name
+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