Author: Stan Eisenstat
Subject: Re: [Cs223] Question regarding test codes
Date: Friday, 03 Apr 2020, 11:33:16
> Message Posted By: Unknown
...
> Someone else asked how to access the staff solution, and it seems to be
> /Hwk4/Qsort
>
> I tried: ./c/cs223/Hwk4/Qsort but it doesn't work
But
% /c/cs223/Hwk4/Qsort FILES
does.
=====
> 1) How to run the staff solution Qsort for the public tests as well as my
> own tests? could you be a little bit more precise please?
The output from running Hwk4/Qsort on Test #101 (i.e.,
with the individual test script /c/cs223/Hwk4/Tests/t101)
is in /c/cs223/Hwk4/Tests/t101.t.
See above to run it on your own tests.
=====
> 2) what are the f001, t101, and t101.t files for respectively?
The f* files are text files used in the tests; the t* files
are the individual tests; and the t*.t files are the output
from running the individual tests using Hwk4/Qsort.
--Stan-
PREV
INDEX
NEXT