Files
Nim/tests
Zahary Karadjov de4b894541 proc arguments are in scope when the result type definition is being processed
This is intended for type deduction depending on the arguments
proc foo(x: type): type(expr(x))
2011-12-09 16:05:51 +02:00
..
2011-11-12 12:17:44 +01:00
2011-11-19 15:45:51 +01:00
2011-11-30 01:20:00 +01:00
2011-12-04 20:21:38 +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.