Files
Nim/tests
Varriount a939a4b3a4 Merge pull request #5952 from Parashurama/fix_parseopt
Fix parseopt custom arguments
2017-06-13 04:11:58 -04:00
..
2016-08-25 20:21:08 +02:00
2016-11-24 11:48:23 +01:00
2017-05-16 22:09:19 +02:00
2016-08-25 20:21:08 +02:00
2017-03-19 20:33:21 +01:00
2016-08-02 14:53:21 +02:00
2017-01-31 23:05:36 +01:00
2017-05-13 18:51:28 +03:00
2017-03-30 12:53:32 +02:00
2017-06-03 21:08:32 +02:00
2016-08-04 19:36:13 +02:00
2017-04-04 12:08:34 +02:00
2017-02-26 00:32:07 +01:00
2017-06-09 13:34:45 +02:00
2017-03-18 13:59:35 +01:00
2016-09-01 13:02:53 +02:00
2017-03-24 17:07:30 +02:00
2017-05-16 17:32:18 +02:00
2017-06-09 13:34:45 +02:00
2016-08-27 13:26:16 +02:00
2017-02-01 12:09:24 +01:00
2017-03-23 16:13:38 +01:00
2016-05-27 19:18:08 +02:00
2017-04-26 11:10:50 +02:00
2017-05-17 22:13:47 +02:00
2016-05-28 22:40:28 +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.