source: git/Tst/Old/README @ 882ae9c

spielwiese
Last change on this file since 882ae9c was b35b93, checked in by Olaf Bachmann <obachman@…>, 26 years ago
This commit was generated by cvs2svn to compensate for changes in r1396, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@1397 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.0 KB
Line 
1To install:
2- put the Singular binary to test into the current directory
3
4To run universal tests (i.e. those with no memory or timing output)
5- run "perl ./regress.cmd universal.lst"
6
7To run specific tests:
8- run "./test.cmd" <basename of test1> ... <basename of test n>
9
10Results:
11- produced output is compared with the output of corresponding *.res
12  file
13- progress reports and diffs (there should be none) go to stdout
14- if a test fails
15  (i.e. there are differences between the output and
16  the corresponding .res file),
17  the name of unsuccessfull test file go to stderr
18
19To compare two versions of Singular do:
20
21"perl compare_tst.cmd Singular1 Singular2 f1.tst f2.tst ...."
22
23- Compares output of Singular1 with that of Singular2 when both are
24  run with input fi.tst Measures time and memory consumption ---
25  reports differences, as well.
26
27
28"perl compare_lst.cmd Singular1 Singular2 exampleList_file.lst"
29
30- Compares output of Singular1 with that of Singular2 when both are
31  run with scripts specified in exampleList_file.lst
Note: See TracBrowser for help on using the repository browser.