Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-01-21 22:12:26 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-01-21 22:12:26 +0300
commit91d24e098936c7f268619dedc6c6d978ce36bbd3 (patch)
treeb71b0623b367e22c797fac6bdf6d4f4d5f4eca37 /doc
parentcbd5b15de0afe568a69a4d6390d34d9df1ef3e5c (diff)
Fix
svn path=/trunk/mono/; revision=22354
Diffstat (limited to 'doc')
-rw-r--r--doc/testing4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/testing b/doc/testing
index 7e8e7233b55..d8504b1f34c 100644
--- a/doc/testing
+++ b/doc/testing
@@ -84,8 +84,8 @@
testing.
Once all of that is done, you can do a 'make test' from the top mcs
- directory. Your test class will be automagically included in the
- build and the tests will be run along with all the others.
+ directory. Your test class needs also to be listed in the
+ .sources file at the top of the Test directory.
* Tips on writing Unit tests.