tinycobol/test.code/t08/Readme.txt

23 lines
413 B
Plaintext

Notes:
The program gen_data will generate test data required for test08.
To compile and create the file enter
make gen_data
Currently the sort routines work correctly but need speeding up.
I will re-write these routines using the native Linux sort when I have
time.
To Test compile the Programs using
../mak.sh
make gen_data
./gen_data >Raw.dat
./gen_data >Raw1.dat
Run the test programs
(Andrew Cameron)