You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@apache.org on 2004/04/09 04:03:12 UTC

cvs commit: apr/test Makefile.win

rbb         2004/04/08 19:03:12

  Modified:    test     Makefile.win
  Log:
  Add testlfs to the Windows test build system
  
  Revision  Changes    Path
  1.21      +1 -1      apr/test/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.win,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Makefile.win	18 Mar 2004 17:46:02 -0000	1.20
  +++ Makefile.win	9 Apr 2004 02:03:12 -0000	1.21
  @@ -87,7 +87,7 @@
   	testenv.obj testprocmutex.obj testrand2.obj testfnmatch.obj \
           testatomic.obj testflock.obj testshm.obj testsock.obj \
           testglobalmutex.obj teststrnatcmp.obj testfilecopy.obj \
  -        testtemp.obj
  +        testtemp.obj testlfs.obj
   
   testall.exe: $(TESTS) CuTest.obj $(LOCAL_LIBS)
   	$(LINK) /debug /subsystem:console /machine:I386 $(TESTS) CuTest.obj \