Discussion:
Using executable for test file
(too old to reply)
Sang-gon
2011-06-15 19:48:11 UTC
Permalink
For test file, can I use regress or comparing(like using diff) the
output from include_64 and my program's output?
In other words, can I assume the markers will never have doubt for
"fake executable file" or something?
Ashif Harji
2011-06-15 22:35:46 UTC
Permalink
It is acceptable to use regress (with an explanation as the markers may
not be familiar with regress) or diff for a portion of your testing but
the majority of the testing should not use it. The markers need to see
the detailed output and you need to provide appropriate analysis.

ashif
Post by Sang-gon
For test file, can I use regress or comparing(like using diff) the
output from include_64 and my program's output?
In other words, can I assume the markers will never have doubt for
"fake executable file" or something?
Loading...