Files
Nim/tests
2015-09-12 13:32:51 +02:00
..
2015-09-11 17:09:13 +01:00
2015-09-12 13:32:51 +02:00
2015-03-17 17:50:32 +01:00
2015-03-04 21:19:38 +01:00
2014-11-16 20:32:05 +01:00
2014-01-13 02:10:03 +01:00
2015-03-25 13:21:50 +01:00
2015-09-12 11:07:47 +02:00
2014-01-13 02:10:03 +01:00
2015-03-17 00:02:47 +01:00
2015-09-06 02:32:39 +02:00
2015-09-12 11:07:47 +02:00
2015-09-12 11:07:47 +02:00
2015-09-12 13:32:51 +02:00
2015-09-09 09:39:47 +02:00
2015-03-17 17:50:32 +01:00
2015-09-10 11:08:48 +02:00
2013-03-16 23:53:07 +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.

The folder ``realtimeGC`` contains a test for validating that the realtime GC
can run properly without linking against the nimrtl.dll/so. It includes a C
client and platform specific build files for manual compilation.