home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / CHECK_AL < prev    next >
Text File  |  1996-06-04  |  161b  |  9 lines

  1. #!/bin/csh -f
  2. # Test program for Wild-LIFE
  3. # Runs the entire test-suite and generates a log file
  4.  
  5. set umask=666
  6.  
  7. rm -f check.log
  8. ./check `ls LF` | tee check.log
  9.