diff options
author | Araq <rumpf_a@web.de> | 2011-11-30 00:53:41 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-11-30 00:53:41 +0100 |
commit | fc9fdc2b9d08e402b8504be422d403037e4ed85b (patch) | |
tree | fc5f69107279774521e727362d58dc45640468e0 /tests | |
parent | 59543ef0a3e6b3da46bc1fa42053d78db8f73779 (diff) | |
download | Nim-fc9fdc2b9d08e402b8504be422d403037e4ed85b.tar.gz |
cleaned up configuration file handling and documented the new behaviour
Diffstat (limited to 'tests')
-rw-r--r-- | tests/specials.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specials.nim b/tests/specials.nim index 3bee00285..1f3013e90 100644 --- a/tests/specials.nim +++ b/tests/specials.nim @@ -140,3 +140,6 @@ proc rejectSpecialTests(r: var TResults, options: string) = proc compileSpecialTests(r: var TResults, options: string) = compileRodFiles(r, options) + compileSingleTest(r, "compiler/c2nim/c2nim.nim", options) + compileSingleTest(r, "compiler/pas2nim/pas2nim.nim", options) + |