next | previous | forward | backward | up | top | index | toc | home
Macaulay2 > The Macaulay2 language > packages > creating a package > check

check -- perform tests of a package

Synopsis

Description

For example, to run the tests for the LLLBases package (Lenstra-Lenstra-Lovasz bases) do the following.
installPackage "LLLBases"
check LLLBases

It is important for package authors to provide tests to insure that the package is functioning properly. One provides tests using TEST in the beginDocumentation section.

See also

Ways to use check :