view tests/README @ 684:f1560a529987

Updates to makefiles. It's not robust with regard to the .bc files, but it works.
author Christian Kamm <kamm incasoftware de>
date Sun, 12 Oct 2008 10:42:54 +0200
parents 6aaa3d3c1183
children 20ee709ce39e
line wrap: on
line source

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.

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