Skip to content
ginatrapani edited this page Sep 13, 2010 · 2 revisions

To Run Tests

make test

See also the README in the tests directory for more.

To Package a Distribution

Make sure all changes are committed, and tag the current state of the repo.

git tag -a v2.1 -m “Historical v2.1”

Then, run the Makefile dist action:

make dist

This will create .zip and .tar archives to upload to the Downloads section.