Diff for /embedaddon/libxml2/README.tests between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:37:58 version 1.1.1.2, 2013/07/22 01:22:21
Line 14  program has a different testing purpose: Line 14  program has a different testing purpose:
   
 The command:  The command:
   
     make check
   or
   make -f Makefile.tests check    make -f Makefile.tests check
   
 should be sufficient on an Unix system to build and exercise the tests  should be sufficient on an Unix system to build and exercise the tests
 for the version of the library installed on the system. Note however  for the version of the library installed on the system. Note however
 that there isn't backward compatibility provided so if the installed  that there isn't backward compatibility provided so if the installed
version is older to the testsuite one, failing to compile or run the testsversion is older than the testsuite one, failing to compile or run the tests
 is likely. In any event this won't work with an installed libxml2 older  is likely. In any event this won't work with an installed libxml2 older
 than 2.6.20.  than 2.6.20.
Building on other platfroms should be a matter of compiling the C files
 Building on other platforms should be a matter of compiling the C files
 like any other program using libxml2, running the test should be done  like any other program using libxml2, running the test should be done
 simply by launching the resulting executables.  simply by launching the resulting executables.
   
   Also note the availability of a "make valgrind" target which will run the
   above tests under valgrind to check for memory errors (but this relies
   on the availability of the valgrind command and take far more time to
   complete).
   
 Daniel Veillard  Daniel Veillard
Thu Jul 24 2008Mon May  7 2012
 

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>