File: README

package info (click to toggle)
maxima-sage 5.45.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 113,788 kB
  • sloc: lisp: 440,833; fortran: 14,665; perl: 14,369; tcl: 10,997; sh: 4,475; makefile: 2,520; ansic: 447; python: 262; xml: 59; awk: 37; sed: 17
file content (13 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
This directory contains the files containing the test steps for the maxima core.
The files with the test steps for the share packages can be found in the share/
subdirectory.

All test suite files consist of blocks of the following pattern:
 - <command that is to be executed>;
 - <expected result>$

If writing new test files please try to make them end with maxima in a state
that allows it still to run other tests or to run this test again.

In order to make the new file automatically be run by the run_testsuite()
command please register eventual new test files in src/testsuite.lisp.