summary refs log tree commit diff stats
path: root/doc/idetools.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-12-23 01:23:16 +0100
committerAraq <rumpf_a@web.de>2013-12-23 01:23:16 +0100
commitb76729df1cd326a3230536d0f78276cfabe4dd2a (patch)
tree9a7cf9a40ef38a79513a0b4c850e68d53f215e91 /doc/idetools.txt
parent9145bcfbb680d653f167a1a12f7830025aa951a5 (diff)
parent52a8226edda05f2d3baad791639a1c2fe7f103cc (diff)
downloadNim-b76729df1cd326a3230536d0f78276cfabe4dd2a.tar.gz
Merge branch 'master' of https://github.com/Araq/Nimrod into vm2
Conflicts:
	web/news.txt
Diffstat (limited to 'doc/idetools.txt')
-rw-r--r--doc/idetools.txt20
1 files changed, 5 insertions, 15 deletions
diff --git a/doc/idetools.txt b/doc/idetools.txt
index fdc4ebde6..c1eba9e5f 100644
--- a/doc/idetools.txt
+++ b/doc/idetools.txt
@@ -8,6 +8,11 @@
 .. contents::
 
 
+.. raw:: html
+  <blockquote><p>
+  "yes, I'm the creator" -- Araq, 2013-07-26 19:28:32.
+  </p></blockquote>
+
 Nimrod differs from many other compilers in that it is really fast,
 and being so fast makes it suited to provide external queries for
 text editors about the source code being written. Through the
@@ -522,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