Files
Nim/tests
Zahary Karadjov 12bac28d23 macros and templates can be expanded anywhere where a type is expected.
This allows for various type selection algorithms to be implemented.
See tests / accept / compile / ttypeselectors.nim for examples.
2011-11-18 02:11:15 +02:00
..
2011-11-12 12:17:44 +01:00
2011-11-10 02:13:02 +01:00
2011-08-07 23:54:03 +02:00
2011-11-12 12:17:44 +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.