summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-04-04 17:32:15 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-04-04 17:32:15 +0000
commitd3f503c2eb3c67d8cb1cfcbd6b14a997a79ec016 (patch)
tree62b7eb2d864dc81808cf570cd7cdf8aabf650be6 /test/Makefile.in
parent48212d53e078d28b7e52b9d542b40691c9326c3f (diff)
downloadneon-d3f503c2eb3c67d8cb1cfcbd6b14a997a79ec016.tar.gz
* test/xmlreq.c: New file.
* test/Makefile.in: Build it. * test/utils.h: Include child.h. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@542 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 9971f28..082e464 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -24,7 +24,7 @@ BASIC_TESTS = uri-tests util-tests string-tests socket \
ZLIB_TESTS = compress
ZLIB_HELPERS = file1.gz file2.gz trailing.gz badcsum.gz truncated.gz \
corrupt1.gz corrupt2.gz empty.gz
-DAV_TESTS = xml acl props lock
+DAV_TESTS = xml xmlreq acl props lock
SSL_TESTS = socket-ssl ssl
SSL_HELPERS = ca-stamp
TESTS = @TESTS@
@@ -184,6 +184,8 @@ ssl: ssl.lo $(DEPS)
$(LINK) -o $@ ssl.lo $(DEPS)
xml: xml.lo $(DEPS)
$(LINK) -o $@ xml.lo $(DEPS)
+xmlreq: xmlreq.lo $(DEPS)
+ $(LINK) -o $@ xmlreq.lo $(DEPS)
lock: lock.lo $(DEPS)
$(LINK) -o $@ lock.lo $(DEPS)
largefile: largefile.lo $(DEPS)