Files
Nim/tests
A. S. Budden 0cc7c9a13c Modification to implementation of round() such that it returns a float and accepts a places argument (fixes #3473).
This also involved moving some functions around to get the hierarchy correct and the documentation for frexp was modified such that it was clear that it can return a float in either the range [-1, -0.5] or [0.5, 1].
2016-05-31 13:17:40 +01:00
..
2015-09-09 21:32:29 +08: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
2016-05-11 21:17:13 +02:00
2014-01-13 02:10:03 +01:00
2016-03-01 23:07:22 +01:00
2016-01-30 23:09:55 +01:00
2016-04-17 17:11:02 +02:00
2016-01-08 12:08:42 +01:00
2015-09-12 11:07:47 +02:00
2016-05-18 13:51:07 +03:00
2016-05-22 14:28:53 +02:00
2014-01-13 02:10:03 +01:00
2016-01-14 10:52:18 +01:00
2015-03-17 00:02:47 +01:00
2016-01-05 10:19:36 +01:00
2015-12-24 00:07:03 +01:00
2016-03-29 12:19:49 +02:00
2015-10-12 16:55:23 +02:00
2016-01-05 07:52:56 +07:00
2016-05-28 02:17:13 +02:00
2015-09-30 11:42:50 -07:00
2015-10-01 20:32:49 +10:00
2016-03-23 22:29:28 +08:00
2016-05-28 09:49:16 +02:00
2016-05-22 14:28:53 +02:00
2015-10-31 13:30:07 -05:00
2016-05-27 19:18:08 +02:00
2016-02-29 11:25:51 +00:00
2016-05-12 00:38:15 +02:00
2016-04-29 20:56:30 +02:00
2016-05-28 22:40:28 +02:00
2015-10-15 16:04:53 +03:00
2016-05-29 21:01:15 +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.