view tests/README @ 637:29dc68c949b0

Applied the FreeBSD patch from Ralith, closes ticket #95 , slightly changed but basically the same. Thanx Ralith :)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 02 Oct 2008 03:25:46 +0200
parents df1abfe27be6
children 6aaa3d3c1183
line wrap: on
line source

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.

Use
./findregressions old-test-resultfile tmp-sensible-name
to find changes.

Recommended for comparing to DMD:
./findregressions reference/dmd-version llvmdc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions