This repo contains crowdsourced testcases for the ECE250 programming labs
There isn't an elaborate script or anything right now to retrieve various test cases. In the meantime you can just use wget
with the raw github file links.
wget https://raw.githubusercontent.com/ecesociety/ECE250-test-cases/master/LAB_NAME/COLLECTION/TEST_FILE.in
Simply make a pull request with your test cases organized in a folder with a little README explaining what these test cases check for
README.md
LAB_1/
collection_1/
README.md
test_1.in
test_2.in
collection_2/
README.md
test_1.in
test_2.in