This repository contains a sample test suite similar to the one used to test Project 1. The purpose is for students to verify their List implementations support the required methods and provide the expected interface.
Disclaimer: This sample test suite is in no way as comprehensive as the actual test suite nor is it a direct representation of how the actual tests will be.
- Clone or download the respository.
- Add your List.h, SSLL.h, PSLL.h, SDAL.h, CDAL.h, and CBL.h files into the
/src
directory. - run
make
from the project root directory.
Note: Project 1 will be graded on the UF CISE Linux servers.
This test calls all methods defined in Part I of the project on a SSLL.