PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Testing deque
Date: Monday, 06 Apr 2020, 18:34:37


    > Message Posted By: Unknown
    >
    > I'm a little confused on how to run the test script. So far, I have my
    > Deque.c functioning, but I want to test it. When I run the test script
    > using /c/cs223/Hwk4/test.Qsort, I get an error "test.Qsort: cannot compile
    > ./Qsort ./testDeque ./QsortH". Is there a way to test only the Deque.c?

The three public tests of Deque.c are #201, #202, and
#203.  Each is based on Hwk4/testDeque.c and can be
run by making testDeque

  % make testDeque

and running the tests individually, e.g..

  % /c/cs223/Hwk4/Tests/t201 | diff - /c/cs223/Hwk4/Tests/t201.t

--Stan-
PREV INDEX NEXT