Files
ChocoPy/pa2-tests
2021-04-11 13:32:23 -04:00
..
2021-04-11 13:32:23 -04:00
2021-04-11 13:32:23 -04:00
2021-04-11 13:32:23 -04:00
2021-04-11 13:32:23 -04:00
2021-04-11 13:32:23 -04:00

Tests for PA2: ChocoPy Semantic Analysis

Clone a student repository:

TEAM="team"
git clone --branch=pa2final \
    https://github.com/nyu-compiler-construction/pa2-chocopy-semantic-analysis-${TEAM}

Build it:

cd pa2-chocopy-semantic-analysis-${TEAM}
mvn clean package

Clone the tests into the student repository:

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

Run the tests:

./pa2-tests/run-tests.sh