[Expat-checkins] expat/tests README.txt,1.3,1.4

Karl Waclawek kwaclaw at users.sourceforge.net
Wed Dec 28 07:03:33 CET 2005


Update of /cvsroot/expat/expat/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31590

Modified Files:
	README.txt 
Log Message:
Updated to reflect that we use our own Check implementation now.

Index: README.txt
===================================================================
RCS file: /cvsroot/expat/expat/tests/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- README.txt	9 Jul 2002 20:50:04 -0000	1.3
+++ README.txt	28 Dec 2005 06:03:29 -0000	1.4
@@ -3,12 +3,12 @@
 are not expected to be useful examples of Expat usage; see the
 examples/ directory for that.
 
-The Expat tests use the "Check" unit testing framework for C.  More
-information on Check can be found at:
+The Expat tests use a partial internal implementation of the "Check"
+unit testing framework for C. More information on Check can be found at:
 
         http://check.sourceforge.net/
 
-Check 0.8 must be installed before the unit tests can be compiled & run.
+Expat must be built and installed before "make check" can be executed.
 
 Since both Check and this test suite are young, it can all change in a
 later version.



More information about the Expat-checkins mailing list