home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / gplibt02 / test.sh < prev    next >
Text File  |  1993-07-24  |  325b  |  10 lines

  1. for i in  tfile tobstack tstring tinteger  trationa \
  2. tcomplex tbitset tbitstri trandom tfix tfix16 tfix24 tgetopt ; do
  3.     case $i in
  4.     test0) echo "Must run test0 from tty";;
  5.     tcurses) echo "Must run tCurses from tty" ;;
  6.     tgetopt) echo $i;  ./$i -abc -de10 -2000 -h3i ;;
  7.     *) echo $i;  ./$i < $i.inp;;
  8.     esac
  9. done
  10.