Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code
[maxima.git] / tests / README
blob65cc2375c08e71f64bdce701da3ce641ddd969d6
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.
15 Historically the test files were numbered. New tests normally are added to
16 files with more speaking names.