summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f85920c..7994271 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -146,9 +146,10 @@ examples/outline: examples/outline.o $(LIBRARY)
$(LINK_EXE) $< $(LIBRARY)
tests/chardata.o: tests/chardata.c tests/chardata.h
+tests/minicheck.o: tests/minicheck.c tests/minicheck.h
tests/runtests.o: tests/runtests.c tests/chardata.h
-tests/runtests: tests/runtests.o tests/chardata.o $(LIBRARY)
- $(LINK_EXE) $^ -lcheck
+tests/runtests: tests/runtests.o tests/chardata.o @MINICHECK_OBJECT@ $(LIBRARY)
+ $(LINK_EXE) $^ @CHECK_LIBRARY@
tests/xmlts.zip:
wget --output-document=tests/xmlts.zip \