Go to the first, previous, next, last section, table of contents.
Like all large programs, Maxima contains both known and unknown bugs. This chapter describes the built-in facilities for running the Maxima test suite as well as reporting new 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.
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.
build_info.
When a bug is reported, it is helpful to copy the Maxima and Lisp version information into the bug report.
bug_report returns an empty string "".
build_info returns an empty string "".
Go to the first, previous, next, last section, table of contents.