diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-07 19:47:33 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-07 19:47:33 +0200 |
commit | 8f76092b89212ed9f691d288d11dc660dacc9d52 (patch) | |
tree | af3e28002a230b7377fae5e25c32c836596b042e /tests/caas/compile-then-def.txt | |
parent | 9b0e03cb2e87d325cca232ccd36a3e2735c3a5c9 (diff) | |
download | Nim-8f76092b89212ed9f691d288d11dc660dacc9d52.tar.gz |
Runs all caas tests also in process mode.
This requires changing a little bit the test cases to avoid specifying the filename as the last parameter. The trackDirty switch still doesn't work for process mode. Also revers some SuccessX which I think were hidden in the amount of output verbosity.
Diffstat (limited to 'tests/caas/compile-then-def.txt')
-rw-r--r-- | tests/caas/compile-then-def.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/caas/compile-then-def.txt b/tests/caas/compile-then-def.txt index a5080c50d..839ca1532 100644 --- a/tests/caas/compile-then-def.txt +++ b/tests/caas/compile-then-def.txt @@ -1,9 +1,9 @@ main.nim > c SuccessX -> idetools --track:main.nim,5,18 --def main.nim +> idetools --track:main.nim,5,18 --def strutils.toUpper -SuccessX -> idetools --track:main.nim,5,18 --def main.nim +! SuccessX +> idetools --track:main.nim,5,18 --def strutils.toUpper -SuccessX +! SuccessX |