summaryrefslogtreecommitdiff
path: root/tests/runtests.c
diff options
context:
space:
mode:
authorfdrake <fdrake>2004-04-30 03:18:08 +0000
committerfdrake <fdrake>2004-04-30 03:18:08 +0000
commit7ded5d3fd5103ee8160e1c839d88715aaaf64da1 (patch)
tree379dd0dda67293f0e53b7b3d5dafa24b5990a1d7 /tests/runtests.c
parent79aa349a34a797623b06e3523d9e972185f159a8 (diff)
downloadlibexpat-7ded5d3fd5103ee8160e1c839d88715aaaf64da1.tar.gz
If the check library is not available, use an abbreviated implementation of
the check API. This allows the unit and regression tests to be run on any system without requiring an external package.
Diffstat (limited to 'tests/runtests.c')
-rw-r--r--tests/runtests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.c b/tests/runtests.c
index 7df109a..5c5d784 100644
--- a/tests/runtests.c
+++ b/tests/runtests.c
@@ -11,7 +11,7 @@
#ifdef HAVE_CHECK_H
#include <check.h>
#else
-#error This test suite requires the 'check' unit test framework (http://check.sf.net/)
+#include "minicheck.h"
#endif
#include <assert.h>