Files
2021-05-16 11:17:01 -04:00
..
2021-05-16 11:17:01 -04:00
2021-05-16 11:17:01 -04:00
2021-05-16 11:17:01 -04:00
2021-05-16 11:17:01 -04:00
2021-05-16 11:17:01 -04:00

Tests for PA3: ChocoPy Code Generation

Clone a student repository:

TEAM="team"
git clone --branch=pa3final \
    https://github.com/nyu-compiler-construction/pa3-chocopy-code-generation-${TEAM}

Build it:

cd pa3-chocopy-code-generation-${TEAM}
mvn clean package

Clone the tests into the student repository:

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

Run the tests:

./pa3-tests/run-tests.sh