diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2013-12-20 13:02:44 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2013-12-20 13:02:44 -0800 |
commit | 2f7119e9bb4846eeddb8900a199c49836a9a8e0a (patch) | |
tree | b8f69ecb165b1d248655fbe41ce5d8954f7fa98b /doc/idetools.txt | |
parent | f391bfed932cd7c33c79d2b4493a9ade52e13b61 (diff) | |
parent | 7177e0f69877d9cde61a14e4df6a2478d35503e4 (diff) | |
download | Nim-2f7119e9bb4846eeddb8900a199c49836a9a8e0a.tar.gz |
Merge pull request #764 from gradha/pr_doc_improvements
Documentation improvements
Diffstat (limited to 'doc/idetools.txt')
-rw-r--r-- | doc/idetools.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/idetools.txt b/doc/idetools.txt index 7e51669f2..c1eba9e5f 100644 --- a/doc/idetools.txt +++ b/doc/idetools.txt @@ -527,21 +527,6 @@ At the moment idetools support is still in development so the test suite is not integrated with the main test suite and you have to run it manually. First you have to compile the tester:: - $ cd my/nimrod/checkout - $ nimrod c tests/tester.nim - -Running the tester without parameters will display some options. -To run the caas test suite (and other special tests) you need to -use the `special` command. You need to run this command from the -root of the checkout or it won't be able to open the required files:: - - $ ./tests/tester special - -However this is a roundabout way of running the test suite. You can -also compile and run ``tests/caasdriver.nim`` manually. In fact, -running it manually will allow you to specify special parameters -too. Example:: - $ cd my/nimrod/checkout/tests $ nimrod c caasdriver.nim |