rreduce SciMax Toolbox save

SciMax Toolbox >> run_testsuite

run_testsuite

Maxima Function

Calling Sequence

run_testsuite ()
run_testsuite(boolean)
run_testsuite(boolean,boolean)
run_testsuite(boolean,boolean,list)

Description

Run the Maxima test suite. Tests producing the desired answer are considered ``passes,'' as are tests that do not produce the desired answer, but are marked as known bugs.

run_testsuite () displays only tests that do not pass.

run_testsuite (true) displays tests that are marked as known bugs, as well as failures.

run_testsuite (true, true) displays all tests.

If the optional third argument is given, a subset of the tests is run. The subset of the tests to run is given as a list of the names of the tests. The complete set of tests is specified by testsuite_files.

run_testsuite changes the Maxima environment. Typically a test script executes kill to establish a known environment (namely one without user-defined functions and variables) and then defines functions and variables appropriate to the test.

run_testsuite returns done.

rreduce SciMax Toolbox save