summaryrefslogtreecommitdiff
path: root/test/Makefile.win
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2004-03-18 17:46:02 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2004-03-18 17:46:02 +0000
commit1cdec190159a9fc56a7f6832a07fca20462f062d (patch)
tree24afdc6a29ae757be473f48aa7d8a3edc94b1cd2 /test/Makefile.win
parent9ea2d4194b6bba0701a711755607ce8632af95eb (diff)
downloadlibapr-1cdec190159a9fc56a7f6832a07fca20462f062d.tar.gz
Add a simple test for the functions that deal with temp files and
directories. This needs a lot more work. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.win')
-rw-r--r--test/Makefile.win3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index 0c72f792c..19eb0d10c 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -86,7 +86,8 @@ TESTS = testall.obj testtime.obj teststr.obj testvsn.obj testipsub.obj \
testhash.obj testargs.obj testnames.obj testuser.obj testpath.obj \
testenv.obj testprocmutex.obj testrand2.obj testfnmatch.obj \
testatomic.obj testflock.obj testshm.obj testsock.obj \
- testglobalmutex.obj teststrnatcmp.obj testfilecopy.obj
+ testglobalmutex.obj teststrnatcmp.obj testfilecopy.obj \
+ testtemp.obj
testall.exe: $(TESTS) CuTest.obj $(LOCAL_LIBS)
$(LINK) /debug /subsystem:console /machine:I386 $(TESTS) CuTest.obj \