Files
Nim/tests
2015-08-10 01:31:42 +02:00
..
2015-04-10 14:03:47 +02:00
2015-04-18 10:27:35 +08:00
2015-04-21 11:17:24 +02:00
2015-08-04 17:31:18 +02:00
2015-04-21 11:17:24 +02:00
2015-07-22 17:08:21 +02:00
2015-06-05 14:53:49 +01:00
2015-08-07 00:20:40 +03:00
2015-06-19 01:34:34 -05:00
2015-08-10 01:31:42 +02:00
2015-07-14 01:37:07 +02:00
2015-07-26 21:07:11 +02:00
2015-08-03 12:35:57 -04:00
2015-06-04 13:55:48 +01:00
2015-07-01 17:42:12 +02:00
2015-07-03 00:20:34 +02:00
2015-06-14 22:51:29 +02:00
2015-08-02 02:55:59 +02:00
2015-08-09 06:58:36 -04:00
2015-08-08 14:48:17 +02:00
2015-06-05 14:53:49 +01:00
2015-04-28 20:21:53 +02:00
2015-08-09 23:53:22 +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.