summaryrefslogtreecommitdiff
path: root/test/Makefile.win
diff options
context:
space:
mode:
authorBranko Čibej <brane@apache.org>2003-07-04 01:54:07 +0000
committerBranko Čibej <brane@apache.org>2003-07-04 01:54:07 +0000
commit54a013d4c9f4b39a41b747a78b12da81d37fdf17 (patch)
tree13dd576aac42a0c5920d4117a6f58e70f3def2c9 /test/Makefile.win
parentd1c5b397f55acebb937a40f829744ae273a0f474 (diff)
downloadapr-54a013d4c9f4b39a41b747a78b12da81d37fdf17.tar.gz
Move testprocmutex from the nonportable list to testall.exe dependencies.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.win')
-rw-r--r--test/Makefile.win3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index d1311d82f..6ef18cdf7 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -3,7 +3,6 @@ LINK=link /nologo
NONPORTABLE = \
testshm.exe \
- testprocmutex.exe \
testglobalmutex.exe
PROGRAMS = \
@@ -100,7 +99,7 @@ TESTS = testall.obj testtime.obj teststr.obj testvsn.obj testipsub.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 testpath.obj \
- testenv.obj
+ testenv.obj testprocmutex.obj
testall.exe: $(TESTS) CuTest.obj $(LOCAL_LIBS)
$(LINK) /debug /subsystem:console /machine:I386 $(TESTS) CuTest.obj \