You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ChocoPy/pa1-tests
ldXiao 9446453747
disclose hiden tests
3 years ago
..
core disclose hiden tests 3 years ago
extra disclose hiden tests 3 years ago
README.md disclose hiden tests 3 years ago
chocopy-ref.jar disclose hiden tests 3 years ago
run-tests.sh disclose hiden tests 3 years ago

README.md

Tests for PA1: ChocoPy Parser

Clone a student repository:

TEAM="team"
git clone --branch=pa1final \
    https://github.com/nyu-compiler-construction/pa1-chocopy-parser-${TEAM}

Build it:

cd pa1-chocopy-parser-${TEAM}
mvn clean package

Clone the tests into the student repository:

git clone https://github.com/nyu-compiler-construction/pa1-tests

Run the tests:

./pa1-tests/run-tests.sh