AronZeng / ECE250-test-cases

Crowd-sourced test cases for ECE250 programming labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECE250 Test Cases

This repo contains crowdsourced testcases for the ECE250 programming labs

Usage

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

Contributing

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

About

Crowd-sourced test cases for ECE250 programming labs


Languages

Language:C++ 60.2%Language:Shell 39.8%