Files
Nim/tests
Simon Hafner ad0ea47f43 fixed the io tests so they run as intended
There is however a problem with the unittest. It does output
colors even if stdout isn't a tty, so the test still fails.
2011-12-31 19:07:31 +01:00
..
2011-12-31 11:18:18 +01:00
2011-11-12 12:17:44 +01:00
2011-12-12 23:07:13 +01:00
2011-12-31 18:15:20 +01:00
2011-12-30 21:01:50 +01:00
2011-08-07 23:54:03 +02:00
2011-11-29 17:27:48 +01:00

This directory contains the test cases.
Each test must have a filename of the form: ``t*.nim``

Each test can contain a spec in a ``discard """"""`` block.

The folder ``rodfiles`` contains special tests that test incremental 
compilation via symbol files.

The folder ``dll`` contains simple DLL tests.