[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
- Previous message: [Expat-checkins] expat Changes, 1.41, 1.42 Makefile.in, 1.48,
1.49 README, 1.27, 1.28 configure.in, 1.38, 1.39
- Next message: [Expat-checkins] expat Makefile.in,1.49,1.50
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Expat-checkins] expat Changes, 1.41, 1.42 Makefile.in, 1.48,
1.49 README, 1.27, 1.28 configure.in, 1.38, 1.39
- Next message: [Expat-checkins] expat Makefile.in,1.49,1.50
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Expat-checkins
mailing list