Since Toolkit is meant to be included as a submodule in other projects, everything that is not needed by projects using it is kept out of the main repository. This includes the documentation, and the tests.
Tests can be run against the version of Toolkit included in this repository, or against an external version, to allow working on Toolkit as part of another project.
It requires nihtest and Python to be installed.
To test zip file creation, it needs zipcmp from libzip to be installed.
To test against the included version:
mkdir run
cd run
../bin/setup
nihtest --allTo test against an external version:
mkdir run-external
cd run-external
../bin/setup run-external path/to/external/Toolkit
nihtest --allDocumentation is built using zensical.