Files
Nim/tests
Dominik Picheta da609fc445 Fixed many deprecation warnings. asyncio.recvLine now throws an
exception when an error occurs. Added sockets.SocketError.
2012-12-23 14:05:16 +00: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
2012-11-22 21:57:37 +02:00
2012-12-15 22:35:16 +01:00
2012-09-21 19:31:18 +02:00
2012-02-02 00:16:33 +01:00
2012-09-21 16:28:57 +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.