CoCoA:MakeCheck

From ApCoCoAWiki

MakeCheck

run a series of tests

Description

This function run a series of tests on the whole system. To get a

reliable result you should run this on a just opened CoCoA

because some printouts may mysteriously add some empty spaces which will result in an, apparent, failure of some tests.

You should start CoCoAServer to test the whole system.

Example

  MakeCheck();


Syntax

MakeCheck()
   <type>cocoaserver</type>