cvs commit: hugs98/src/unix configure configure.in hugs98/tests config.in testScript Readme testScript.in

Alastair Reid reid@glass.cse.ogi.edu
Tue, 18 Jun 2002 12:37:54 -0700


reid        2002/06/18 12:37:54 PDT

  Modified files:
    src/unix             configure configure.in 
    tests                Readme 
  Added files:
    tests                config.in testScript 
  Removed files:
    tests                testScript.in 
  Log:
  Important change to testscript - read this if you are adding/modifying tests.
  
  I have tweaked testscript so that it consists of:
  
  1) A small variable part config.in
  2) A large fixed part testScript
  
  I have removed testScript.in and tweaked configure to modify the small
  variable part.
  
  You no longer have to remember to copy changes you're testing in
  testScript over into testScript.in.
  
  Revision  Changes    Path
  1.22      +16 -12    hugs98/src/unix/configure
  1.25      +2 -2      hugs98/src/unix/configure.in
  1.6       +3 -9      hugs98/tests/Readme