Update AUTHORS file using admin/list_authors.pl.
[maxima/cygwin.git] / tests / README
blob75a2ce550f90a837bbab67e24c595fdce0effa18
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/
3 subdirectory.
5 All test suite files consist of blocks of the following pattern:
6  - <command that is to be executed>;
7  - <expected result>$
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.