Added "make tests" to INSTALL, Daniel
diff --git a/INSTALL b/INSTALL
index 57b6f25..0ac44f0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -24,6 +24,11 @@
      At that point you may have to rerun ldconfig or similar utility to
      update your list of installed shared libs.
 
+     At this point you can check that the library is properly functionning
+     by running
+
+     make tests
+
    2.What other libraries are needed to compile/install libxml ? 
 
      Libxml does not requires any other library, the normal C ANSI API
@@ -51,7 +56,7 @@
      you can also install and use gcc instead or use a precompiled version
      of libxml, both available from the HP-UX Porting and Archive Centre
 
-   4.make check fails on some platforms 
+   4.make tests fails on some platforms 
 
      Sometime the regression tests results don't completely match the
      value produced by the parser, and the makefile uses diff to print