Files
Nim/tests
2015-07-03 00:20:34 +02:00
..
2014-01-13 02:10:03 +01: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
2014-08-31 12:34:35 +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-03-04 21:19:38 +01:00
2015-04-21 11:17:24 +02:00
2014-01-13 02:10:03 +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
2014-08-31 15:15:26 +02:00
2015-03-17 00:02:47 +01:00
2015-04-27 23:11:59 +02:00
2015-01-27 01:33:48 +01:00
2014-03-05 08:30:05 +01:00
2015-02-03 09:04:24 +01: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-02-20 20:01:25 +01:00
2014-08-31 15:15:26 +02:00
2014-01-13 02:10:03 +01:00
2015-06-19 01:34:34 -05:00
2015-07-02 16:29:22 +02:00
2014-01-13 02:10:03 +01:00
2015-03-11 20:11:08 +01:00
2015-02-04 21:40:33 +01:00
2015-03-17 00:02:47 +01:00
2014-08-31 15:15:26 +02:00
2014-01-13 02:10:03 +01:00
2015-03-25 13:05:32 +01:00
2015-06-04 13:55:48 +01:00
2015-07-01 17:42:12 +02:00
2015-03-28 00:47:03 +01:00
2015-07-03 00:20:34 +02:00
2015-03-17 00:02:47 +01:00
2015-02-04 22:15:30 +01:00
2015-06-14 22:51:29 +02:00
2014-01-20 20:07:44 +01:00
2014-01-13 02:10:03 +01:00
2014-08-31 15:15:26 +02:00
2014-08-31 12:34:35 +02:00
2015-02-14 19:00:11 +01:00
2015-01-07 19:05:37 +08:00
2015-03-17 17:50:32 +01:00
2015-01-02 03:32:45 +01:00
2015-06-05 14:53:49 +01:00
2015-04-28 20:21:53 +02:00
2015-03-17 17:50:32 +01:00
2014-01-13 02:10:03 +01:00
2014-08-31 15:15:26 +02:00
2015-06-18 15:06:00 +02:00
2013-03-16 23:53:07 +01:00
2012-02-02 00:16:33 +01:00
2015-01-06 15:05:51 -06: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.