diff options
author | Araq <rumpf_a@web.de> | 2011-10-22 22:49:51 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-10-22 22:49:51 +0200 |
commit | dce8d3d1ab4167c134748108ff66251fe5ca7d7c (patch) | |
tree | f571abacf75297d6774b1b2e4ca510609aeab3a2 /tests/readme.txt | |
parent | 235bd1c47402a62db097a0bae7d63224b46d02d8 (diff) | |
download | Nim-dce8d3d1ab4167c134748108ff66251fe5ca7d7c.tar.gz |
rod files: next trivial examples working
Diffstat (limited to 'tests/readme.txt')
-rwxr-xr-x | tests/readme.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/readme.txt b/tests/readme.txt index aaff15f6f..0d33a81c7 100755 --- a/tests/readme.txt +++ b/tests/readme.txt @@ -1,5 +1,10 @@ This directory contains the test cases. Each test must have a filename of the form: ``t*.nim`` -Each test can contain a spec in ``"""``. +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. |