This repository contains a collection of MIT-licensed testcases for each project in ECE250.
As recommended ime and time again by the teaching staff, it is highly recommended you do your testing from an eceubuntu server. Steps to connect to such a server is beyond the scope of this README.
Once you're logged into an eceubuntu server (or a local Unix/Linux system of your own), clone this repository:
$ git clone https://github.com/JZJisawesome/ece250-testcases
Cloning into 'ece250-testcases'...
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 12 (delta 1), reused 8 (delta 0), pack-reused 0
Receiving objects: 100% (12/12), done.
Resolving deltas: 100% (1/1), done.
The organization scheme of the repository is as follows:
TODO