Changeset 4bde6b in git for Tst


Ignore:
Timestamp:
May 15, 2020, 3:20:00 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
a1b40ab8675488c2a4f8e225d9d748ba70340727
Parents:
538e06d0809adf9f75fea000cf70d354bb674ab5
Message:
spelling p1
Location:
Tst
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Tst/Old/README

    r538e06 r4bde6b  
    1515  (i.e. there are differences between the output and
    1616  the corresponding .res file),
    17   the name of unsuccessfull test file go to stderr
     17  the name of unsuccessful test file go to stderr
    1818
    1919To compare two versions of Singular do:
  • Tst/README

    r538e06 r4bde6b  
    1818Run
    1919  perl ./regress.cmd -h
    20 for a summary of the comand-line options of regress.cmd.
     20for a summary of the command-line options of regress.cmd.
    2121
    2222To test(s) correctness of Singular:
    2323-----------------------------------
    24241.) Put the Singular binary in this directory
    25     (prefered solution: ln -s <path_to_Singular_binary> Singular)
     25    (preferred solution: ln -s <path_to_Singular_binary> Singular)
    26262.) Run
    2727     perl ./regress.cmd [*.tst] [*.lst]
    2828    with the desired tst (i.e., Singular test scripts) or lst (list
    2929    of tst files -- see Old/universal.lst for an example) file(s).
    30     (prefered test scenario:
     30    (preferred test scenario:
    3131    perl ./regress.cmd Old/universal.lst Short/ok_s.lst Long/ok_l.lst
    3232    )
     
    3737    previously obtained results are found, regress.cmd exits with
    3838    status != 0, and, for each file xx.tst which lead to a
    39     difference, the coresponding files xx.new.res, xx.res, and xx.diff
     39    difference, the corresponding files xx.new.res, xx.res, and xx.diff
    4040    are kept, and differences are written to stdout.
    41415.) The Singular executable which is used for testing can
     
    6161    status != 0 if timing/memory performance is above specified
    6262    per-cent.
    63 6.) The timing/memory performance differenes which trigger an error
     636.) The timing/memory performance differences which trigger an error
    6464    (or, report) can be also be set: Either use
    6565      ./regress.cmd -[e,r] all%<val>
     
    7575of tst files).
    7676NOTE: Running regress.cmd with the -g option re-generates the result
    77 and stat files, i.e., all previous results and statisitics are
     77and stat files, i.e., all previous results and statistics are
    7878overwritten and lost!
    7979
Note: See TracChangeset for help on using the changeset viewer.