diff options
author | Joseph Poirier <jdpoirier@gmail.com> | 2015-01-06 15:05:51 -0600 |
---|---|---|
committer | Joseph Poirier <jdpoirier@gmail.com> | 2015-01-06 15:05:51 -0600 |
commit | 5f3d7e8940779cc2f03374d3e29650c6e7dc3d34 (patch) | |
tree | fc83452901f561dd4321a38e572d8e61465c0484 /tests | |
parent | 159bbce6d5cf2605f3fbade8807be185a0870657 (diff) | |
download | Nim-5f3d7e8940779cc2f03374d3e29650c6e7dc3d34.tar.gz |
add test note to the readme
Diffstat (limited to 'tests')
-rw-r--r-- | tests/readme.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/readme.txt b/tests/readme.txt index 0d33a81c7..2cfc79f9a 100644 --- a/tests/readme.txt +++ b/tests/readme.txt @@ -3,8 +3,11 @@ 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 +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. |