summaryrefslogtreecommitdiff
path: root/test/Makefile.win
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.win
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.win')
-rw-r--r--test/Makefile.win4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index f1ff00190..3437f45aa 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -99,11 +99,11 @@ TESTS = testall.obj testtime.obj teststr.obj testvsn.obj testipsub.obj \
testfmt.obj testfile.obj testdir.obj testfileinfo.obj testrand.obj \
testdso.obj testoc.obj testdup.obj testsockets.obj testproc.obj \
testpoll.obj testlock.obj testsockopt.obj testpipe.obj testthread.obj \
- testhash.obj testargs.obj testnames.obj testuser.obj
+ testhash.obj testargs.obj testnames.obj testuser.obj testpath.obj
testall.exe: $(TESTS) CuTest.obj $(LOCAL_LIBS)
$(LINK) /debug /subsystem:console /machine:I386 $(TESTS) CuTest.obj \
$(LOCAL_LIBS) $(ALL_LIBS)
-
+
# DO NOT REMOVE