home *** CD-ROM | disk | FTP | other *** search
- | run the test suite and produce log files in logs
- | ams 24/6/94
- Echo "beginning to make logs"
- Dir <Obey$Dir>
- st -r array { > logs.array_l }
- echo "made array_l"
- st -r blocks { > logs.blocks_l }
- echo "made blocks_l"
- st -r chars { > logs.chars_l }
- echo "made chars_l"
- st -r class { > logs.class_l }
- echo "made class_l"
- st -r floatmath { > logs.floatmath_l }
- echo "made floatmath_l"
- st -r intmath { > logs.intmath_l }
- echo "made intmath_l"
- st -r strings { > logs.strings_l }
- echo "made strings_l"
- echo "logs made"
-