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.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| benchmarks | 5 years ago | |
| core | 5 years ago | |
| README.md | 5 years ago | |
| chocopy-ref.jar | 5 years ago | |
| run-tests.sh | 5 years ago | |
README.md
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