1 This directory contains the files containing the test steps for the maxima core.
2 The files with the test steps for the share packages can be found in the share/
5 All test suite files consist of blocks of the following pattern:
6 - <command that is to be executed>;
9 If writing new test files please try to make them end with maxima in a state
10 that allows it still to run other tests or to run this test again.
12 In order to make the new file automatically be run by the run_testsuite()
13 command please register eventual new test files in src/testsuite.lisp.