Files
Nim/tests
2015-06-30 17:54:39 +02:00
..
2015-03-26 02:12:38 +01:00
2015-04-10 14:03:47 +02:00
2015-04-21 11:17:24 +02:00
2015-03-17 17:50:32 +01:00
2015-03-25 14:26:47 +01:00
2015-06-30 12:20:03 +02:00
2015-04-21 11:17:24 +02:00
2015-03-25 13:21:50 +01:00
2015-03-17 00:02:47 +01:00
2015-04-27 23:11:59 +02:00
2015-06-05 14:53:49 +01:00
2015-04-27 23:11:59 +02:00
2015-03-28 00:38:15 +01:00
2015-06-19 01:34:34 -05:00
2015-06-30 17:52:18 +03:00
2015-03-11 20:11:08 +01:00
2015-03-17 00:02:47 +01:00
2015-03-25 13:05:32 +01:00
2015-06-04 13:55:48 +01:00
2015-03-28 00:47:03 +01:00
2015-03-17 00:02:47 +01:00
2015-06-14 22:51:29 +02:00
2015-03-17 17:50:32 +01:00
2015-06-05 14:53:49 +01:00
2015-06-01 11:01:50 -05:00
2015-04-28 20:21:53 +02:00
2015-03-17 17:50:32 +01:00
2015-06-18 15:06:00 +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.

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.