brane 2003/07/03 18:54:07
Modified: test Makefile.win
Log:
Move testprocmutex from the nonportable list to testall.exe dependencies.
Revision Changes Path
1.9 +1 -2 apr/test/Makefile.win
Index: Makefile.win
===================================================================
RCS file: /home/cvs/apr/test/Makefile.win,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.win 17 Feb 2003 03:47:09 -0000 1.8
+++ Makefile.win 4 Jul 2003 01:54:07 -0000 1.9
@@ -3,7 +3,6 @@
NONPORTABLE = \
testshm.exe \
- testprocmutex.exe \
testglobalmutex.exe
PROGRAMS = \
@@ -100,7 +99,7 @@
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 \