summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/runtests.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/runtests.c b/tests/runtests.c
index 92c2865..849ddc1 100644
--- a/tests/runtests.c
+++ b/tests/runtests.c
@@ -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;