Files
Nim/tests
Grzegorz Adam Hankiewicz 8f76092b89 Runs all caas tests also in process mode.
This requires changing a little bit the test cases to avoid specifying
the filename as the last parameter. The trackDirty switch still doesn't
work for process mode. Also revers some SuccessX which I think were
hidden in the amount of output verbosity.
2013-06-07 19:47:33 +02:00
..
2012-10-19 20:45:26 +02:00
2011-11-12 12:17:44 +01:00
2012-07-24 01:14:21 +02:00
2013-03-24 13:05:19 +01:00
2013-06-04 07:48:46 +02:00
2013-06-03 08:05:32 +02:00
2013-03-16 23:53:07 +01:00
2013-03-16 23:53:07 +01:00
2012-02-02 00:16:33 +01:00
2013-05-02 00:36:06 +02: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.