Skip to content

T-Pau/Toolkit-Support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolkit Support

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

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 --all

To test against an external version:

mkdir run-external
cd run-external
../bin/setup run-external path/to/external/Toolkit
nihtest --all

Documentation

Documentation is built using zensical.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages