* test-xml-052.cs: Fix unrelated warning.
[mono.git] / eglib / README
index 03849b5fdca4ee7e321ce18e761f16ba93f86fc6..a73ea4c6fd866fa2fc37ac58bd2c1d056dd26426 100644 (file)
@@ -15,21 +15,8 @@ Currently all the definitions go into a single file: glib.h, there are
 no separate files, please try to follow the convetions in the source code
 
 * Tests
-
-       Please run the tests in the test/ directory, like this:
-
-               $ test
-
-       Once the tests pass, run them with valgrind to ensure that
-       there are no leaks, like this:
-
-               $ valgrind test
-
-        You can also run the tests against the original glib, to do
-       this, use:
-
-               $ cd test
-               $ ./other
+       
+       Please read the README in tests/
 
 * Plans: short and long term.