Files
Nim/tests
Zahary Karadjov 03770daba4 allow StmtLists to pass through semExprWithType
This fix was necessary in order to fix the lambda lifting used in
the "jsffi" module, which relies on turning nkStmtList into nkLambda
in a catch-all dot operator.
2017-04-11 02:22:13 +03:00
..
2015-09-09 21:32:29 +08:00
2017-01-27 09:49:45 +01:00
2016-08-25 20:21:08 +02:00
2016-11-24 11:48:23 +01:00
2016-08-25 20:21:08 +02:00
2015-03-17 17:50:32 +01:00
2017-03-19 20:33:21 +01:00
2014-01-13 02:10:03 +01:00
2017-04-07 19:35:05 +03:00
2016-08-02 14:53:21 +02:00
2016-12-23 12:27:14 +01:00
2016-01-08 12:08:42 +01:00
2017-01-31 23:05:36 +01:00
2017-03-30 12:53:32 +02:00
2017-01-31 22:54:58 +01:00
2017-04-08 23:42:42 +03:00
2014-01-13 02:10:03 +01:00
2015-03-17 00:02:47 +01:00
2016-08-04 19:36:13 +02:00
2017-04-10 13:06:06 +03:00
2017-04-04 12:08:34 +02:00
2017-02-26 00:32:07 +01:00
2017-03-29 11:47:44 +02:00
2017-03-18 13:59:35 +01:00
2016-09-01 13:02:53 +02:00
2016-01-05 07:52:56 +07:00
2017-03-24 17:07:30 +02:00
2015-10-01 20:32:49 +10: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
2016-12-06 15:37:09 +01:00
2017-04-07 21:57:04 +03:00
2016-05-28 22:40:28 +02:00
2015-10-15 16:04:53 +03:00
2017-02-05 08:51:43 +01: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.