summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2003-02-12 20:20:56 +0000
committerbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2003-02-12 20:20:56 +0000
commit139029b3b588f42ba3e467631874ae84dd2a6097 (patch)
tree716428703f123dc6bf5507b8d5e8dd778487696b /test/Makefile.in
parent490f50d817f003242e7e12507b6d730a298d8033 (diff)
downloadlibapr-139029b3b588f42ba3e467631874ae84dd2a6097.tar.gz
Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,
for managing search paths. The common implementation is in a new file, file_io/unix/filepath_util.c. Also added tests for these functions a new file in the test suite, testpath.c. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 56b9d56b7..70f73cdfd 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -102,7 +102,7 @@ TESTS = testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo \
testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo \
testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \
testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo \
- testhash.lo testargs.lo testnames.lo testuser.lo
+ testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo
testall: $(TESTS) mod_test.la libmod_test.la occhild@EXEEXT@ \
CuTest.lo proc_child@EXEEXT@ $(LOCAL_LIBS)