diff options
author | Araq <rumpf_a@web.de> | 2012-10-19 20:45:26 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-10-19 20:45:26 +0200 |
commit | 172b6aacf84a69a269073f2296db2b8a08a5c834 (patch) | |
tree | faba824b81a732ab399ff15c43634e6d2fb3ea45 /tests/tester.nim | |
parent | b20663ce192ff8012b2d73113a5d506b8526ec62 (diff) | |
download | Nim-172b6aacf84a69a269073f2296db2b8a08a5c834.tar.gz |
fixes #230; fixes #227
Diffstat (limited to 'tests/tester.nim')
-rwxr-xr-x | tests/tester.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tester.nim b/tests/tester.nim index 795c094b7..259330805 100755 --- a/tests/tester.nim +++ b/tests/tester.nim @@ -359,6 +359,7 @@ proc main() = writeResults(rejectJson, r) of "compile": compile(r, "tests/compile/t*.nim", p.cmdLineRest.string) + compile(r, "tests/ccg/t*.nim", p.cmdLineRest.string) compile(r, "tests/ecmas.nim", p.cmdLineRest.string) compileExample(r, "lib/pure/*.nim", p.cmdLineRest.string) compileExample(r, "examples/*.nim", p.cmdLineRest.string) |