summary refs log tree commit diff stats
path: root/tests/readme.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-10-22 22:49:51 +0200
committerAraq <rumpf_a@web.de>2011-10-22 22:49:51 +0200
commitdce8d3d1ab4167c134748108ff66251fe5ca7d7c (patch)
treef571abacf75297d6774b1b2e4ca510609aeab3a2 /tests/readme.txt
parent235bd1c47402a62db097a0bae7d63224b46d02d8 (diff)
downloadNim-dce8d3d1ab4167c134748108ff66251fe5ca7d7c.tar.gz
rod files: next trivial examples working
Diffstat (limited to 'tests/readme.txt')
-rwxr-xr-xtests/readme.txt7
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.