[Expat-checkins] expat/tests runtests.c,1.58,1.59

Fred L. Drake fdrake at users.sourceforge.net
Thu Jan 27 07:27:59 CET 2005


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

Modified Files:
	runtests.c 
Log Message:
remove use of the check library; always use our own testing package
(this reduces variables and simplifies the build process)


Index: runtests.c
===================================================================
RCS file: /cvsroot/expat/expat/tests/runtests.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- runtests.c	15 Jul 2004 23:29:25 -0000	1.58
+++ runtests.c	27 Jan 2005 06:27:57 -0000	1.59
@@ -8,12 +8,6 @@
 #include <expat_config.h>
 #endif
 
-#ifdef HAVE_CHECK_H
-#include <check.h>
-#else
-#include "minicheck.h"
-#endif
-
 #include <assert.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -21,6 +15,7 @@
 
 #include "expat.h"
 #include "chardata.h"
+#include "minicheck.h"
 
 
 static XML_Parser parser;



More information about the Expat-checkins mailing list