platypus/orig_test_files
Victor Fernandes d3ce63fe25 Bulk commit
Test files: add original test files (small and "buffer-braking" files to check buffer behaviour
Add README
2017-02-02 16:44:26 -05:00
..
Readme.txt Use 2017 test files, directory clean-up 2017-02-02 10:03:18 -05:00
ass1.pls Use 2017 test files, directory clean-up 2017-02-02 10:03:18 -05:00
ass1ai.out Bulk commit 2017-02-02 16:44:26 -05:00
ass1e.out Bulk commit 2017-02-02 16:44:26 -05:00
ass1e.pls Use 2017 test files, directory clean-up 2017-02-02 10:03:18 -05:00
ass1fi.out Bulk commit 2017-02-02 16:44:26 -05:00
ass1mi.out Bulk commit 2017-02-02 16:44:26 -05:00
platy_bt.c Use 2017 test files, directory clean-up 2017-02-02 10:03:18 -05:00

Readme.txt

Standard Tests

T1. The file ass1ai.out is produced by the following command line

buffer.exe ass1.pls additive > ass1ai.out

T2. The file ass1mi.out is produced by the following command line

buffer.exe ass1.pls multiplicative > ass1mi.out

T3. The file ass1fi.out is produced by the following command line

buffer.exe ass1.pls fixed > ass1fi.out

T4. The file ass1e.out is produced by the following command line

buffer.exe ass1e.pls fixed > ass1e.out

REMINDER:
The output files produced by your buffer program
MUST be identical bit by bit to the provided output test files.