You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@apache.org on 2004/07/09 11:43:20 UTC

cvs commit: apr-util/test Makefile.in

dreid       2004/07/09 02:43:20

  Modified:    test     Makefile.in
  Log:
  testpass is now part of the test suite, so don't try to build it as a
  standalone program
  
  Revision  Changes    Path
  1.46      +1 -1      apr-util/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/test/Makefile.in,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Makefile.in	23 Jun 2004 09:53:43 -0000	1.45
  +++ Makefile.in	9 Jul 2004 09:43:20 -0000	1.46
  @@ -3,7 +3,7 @@
   INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@
   
   PROGRAMS = testall testdbm testdate testmd4 testmd5 testxml testrmm \
  -	   testreslist testqueue testpass
  +	   testreslist testqueue
   TARGETS = $(PROGRAMS)
   
   APRUTIL_DOTTED_VERSION=@APRUTIL_DOTTED_VERSION@