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/pa2-tests
ldXiao 708eeb510a
pa2grade
3 years ago
..
core pa2grade 3 years ago
extra pa2grade 3 years ago
README.md pa2grade 3 years ago
chocopy-ref.jar pa2grade 3 years ago
run-tests.sh pa2grade 3 years ago

README.md

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