Files
ChocoPy/pa1-tests
2021-03-12 09:39:57 -05:00
..
2021-03-12 09:39:57 -05:00
2021-03-12 09:39:57 -05:00
2021-03-12 09:39:57 -05:00
2021-03-12 09:39:57 -05:00
2021-03-12 09:39:57 -05:00

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