Files
Nim/tests
Zahary Karadjov 027f30610e static params: expr[T] is now static[T]
This introduces tyStatic and successfully bootstraps and handles
few simple test cases.  Static params within macros are no longer
treated as PNimrodNodes - they are now equivalent to constants
of the designated type.
2013-12-19 01:06:38 +02:00
..
2012-10-19 20:45:26 +02:00
2013-11-29 20:42:12 +01:00
2011-11-12 12:17:44 +01:00
2012-07-24 01:14:21 +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-06-18 22:18:44 +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.