summary refs log tree commit diff stats
path: root/doc/idetools.txt
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-12-18 21:25:49 +0100
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-12-18 21:25:49 +0100
commit9f8db3ae542ab3dc8d18e5859b06bfa95b4e12ce (patch)
tree240f57a25f44c70a228da85b1eadf677c354730b /doc/idetools.txt
parente0d6a1cec18698652f1b6a4a55a749fbeb9689d1 (diff)
downloadNim-9f8db3ae542ab3dc8d18e5859b06bfa95b4e12ce.tar.gz
Updates idetools docs after changes by #743.
Diffstat (limited to 'doc/idetools.txt')
-rw-r--r--doc/idetools.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/idetools.txt b/doc/idetools.txt
index fdc4ebde6..f2e690b0f 100644
--- a/doc/idetools.txt
+++ b/doc/idetools.txt
@@ -522,21 +522,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