Changeset 779b9b7 in git for Tst/README


Ignore:
Timestamp:
May 15, 1998, 6:16:10 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
ac6554110ea01f1f5b8bb9a4d561299931b8ba7d
Parents:
78c048b1458096d96e107d2fd1f0a3a417d0dd25
Message:
* how to pack and unpack


git-svn-id: file:///usr/local/Singular/svn/trunk@1798 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/README

    r78c048b r779b9b7  
    3131regress.cmd.
    3232
     33Note:
     34(1) You should use regress.cmd -g to generate a result file!
     35(2) You need the (GNU) uuencode for regress.cmd to work
     36
     37To unpack a result file (say, xx)
     38----------------------------------
     39uudecode -o xx.res.gz xx.res.gz.uu; gunzip -f xx.res.gz
     40
     41To pack a result file (say, xx)
     42--------------------------------
     43gzip -f xx.res; uuencode xx.res.gz xx.res.gz > xx.res.gz.uu; rm -rf xx.res.gz
     44
     45
    3346To add a new test for a library/commando to the test-suite:
    3447-----------------------------------------------------------
     
    3649        short/xx_s.tst : Singular code for short and basic tests
    3750        long/xx_l.tst : Singular code for long and extended tests
    38         short/xx_s.res : Result output of xx_s.tst
    39         long/xx_l.res : Result output of xx_l.tst
     51        short/xx_s.res.gz.uu : Result output of xx_s.tst
     52        long/xx_l.resres.gz.uu : Result output of xx_l.tst
    4053  or, alternatively:
    4154        short/xx.tst: Singular code for short tests, only
     
    5164  longer than, say, 10 minutes.
    5265
    53 * If useful test do generally execute in a short time, have xx.tst,
     66* If useful tests do generally execute in a short time, have xx.tst,
    5467  only.
    5568
     
    88101  tst_ignore("memory", memory(0));
    89102
    90 * Command for generating *.res files:
     103* Command for generating *.res.gz.uu files:
    91104  cd <directopry where xx.tst should reside>; ../regress.cmd -g xx.tst
    92105
Note: See TracChangeset for help on using the changeset viewer.