trawick 2004/03/28 06:58:04
Modified: test Makefile.in Log: testall is now part of test suite testuuid is no longer an independent program Revision Changes Path 1.40 +2 -2 apr-util/test/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr-util/test/Makefile.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- Makefile.in 11 Mar 2004 02:42:34 -0000 1.39 +++ Makefile.in 28 Mar 2004 14:58:04 -0000 1.40 @@ -2,8 +2,8 @@ INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@ -PROGRAMS = testdbm testdate testmd4 testmd5 testxml testrmm teststrmatch \ - testuuid testreslist testqueue testuri testpass +PROGRAMS = testall testdbm testdate testmd4 testmd5 testxml testrmm \ + teststrmatch testreslist testqueue testuri testpass TARGETS = $(PROGRAMS) [EMAIL PROTECTED]@
