summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfdrake <fdrake>2005-01-27 06:27:57 +0000
committerfdrake <fdrake>2005-01-27 06:27:57 +0000
commit0790f115ad9cac29ebbc571670e04cf09dd2377e (patch)
tree6e0d047e4f1bc2a41e0ee52833f708366fd24a49 /README
parent91aad7e610d478abf5b7f2621bbcdabeebad1f1e (diff)
downloadlibexpat-0790f115ad9cac29ebbc571670e04cf09dd2377e.tar.gz
remove use of the check library; always use our own testing package
(this reduces variables and simplifies the build process)
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 0 insertions, 7 deletions
diff --git a/README b/README
index 29f9d66..0885292 100644
--- a/README
+++ b/README
@@ -92,13 +92,6 @@ you're using ksh or bash, use this command to build:
PATH=/usr/ccs/bin:$PATH make
-The unit and regression tests for Expat can use the "check" library on
-Unix; more information is available at http://check.sourceforge.net/,
-and downloadable packages are available from the library's project
-page on SourceForge: http://sourceforge.net/projects/check/. If the
-check library is not available, a greatly abbreviated implementation
-of the check API is used.
-
When using Expat with a project using autoconf for configuration, you
can use the probing macro in conftools/expat.m4 to determine how to
include Expat. See the comments at the top of that file for more