Files
Nim/tests
Dominik Picheta 8e38510aff Merge pull request #3617 from FedericoCeratto/3611
Fix fsmonitor filter logic, add test. Closes: #3611
2015-12-04 15:17:03 +00: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-10-07 16:27:11 -07:00
2015-03-04 21:19:38 +01:00
2015-10-05 22:42:22 +02:00
2014-01-13 02:10:03 +01:00
2015-10-15 09:31:54 +02:00
2015-09-12 11:07:47 +02:00
2015-10-27 08:37:56 +01:00
2014-01-13 02:10:03 +01:00
2015-03-17 00:02:47 +01:00
2015-11-18 16:07:20 +01:00
2015-10-22 21:34:37 +03:00
2015-12-01 00:53:30 +01:00
2015-12-02 16:05:50 +00:00
2015-10-12 16:55:23 +02:00
2015-10-05 22:42:22 +02:00
2015-10-25 02:35:18 +02:00
2015-09-30 11:42:50 -07:00
2015-10-01 20:32:49 +10:00
2015-10-05 22:42:22 +02:00
2015-11-26 01:10:52 +02:00
2015-10-31 13:30:07 -05:00
2015-09-18 02:24:12 +02:00
2015-12-01 21:22:23 +01:00
2015-03-17 17:50:32 +01:00
2015-10-15 16:04:53 +03:00
2015-09-30 21:13:13 +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.