view tests/README @ 650:aa6a0b7968f7

Added test case for bug #100 Removed dubious check for not emitting static private global in other modules without access. This should be handled properly somewhere else, it's causing unresolved global errors for stuff that should work (in MiniD)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 05 Oct 2008 17:28:15 +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