home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / programer2 / gnust / test_test < prev   
Encoding:
Text File  |  1994-06-24  |  511 b   |  20 lines

  1. | run the test suite and produce log files in logs
  2. | ams 24/6/94
  3. Echo "beginning to make logs"
  4. Dir <Obey$Dir>
  5. st -r array { > logs.array_l }
  6. echo "made array_l"
  7. st -r blocks { > logs.blocks_l }
  8. echo "made blocks_l"
  9. st -r chars { > logs.chars_l }
  10. echo "made chars_l"
  11. st -r class { > logs.class_l }
  12. echo "made class_l"
  13. st -r floatmath { > logs.floatmath_l }
  14. echo "made floatmath_l"
  15. st -r intmath { > logs.intmath_l }
  16. echo "made intmath_l"
  17. st -r strings { > logs.strings_l }
  18. echo "made strings_l"
  19. echo "logs made"
  20.