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 2002/10/23 16:34:53 UTC

cvs commit: apr/test README

rbb         2002/10/23 07:34:52

  Modified:    test     README
  Log:
  Update the README.
  
  Revision  Changes    Path
  1.3       +1 -2      apr/test/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/apr/test/README,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README	22 Sep 2002 22:26:23 -0000	1.2
  +++ README	23 Oct 2002 14:34:52 -0000	1.3
  @@ -166,8 +166,7 @@
   
   1)  Edit test_apr.h, and add the prototype for the function.
   2)  Edit testall.c, and add the function to the tests array.
  -3)  Increase the NUM_TESTS macro in testall.c
  -4)  Edit Makefile.in, and add the .lo file to the testall target.
  +3)  Edit Makefile.in, and add the .lo file to the testall target.
   
   Once those four things are done, your tests will automatically be added
   to the suite.