Changeset 779b9b7 in git
- Timestamp:
- May 15, 1998, 6:16:10 PM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- ac6554110ea01f1f5b8bb9a4d561299931b8ba7d
- Parents:
- 78c048b1458096d96e107d2fd1f0a3a417d0dd25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/README
r78c048b r779b9b7 31 31 regress.cmd. 32 32 33 Note: 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 37 To unpack a result file (say, xx) 38 ---------------------------------- 39 uudecode -o xx.res.gz xx.res.gz.uu; gunzip -f xx.res.gz 40 41 To pack a result file (say, xx) 42 -------------------------------- 43 gzip -f xx.res; uuencode xx.res.gz xx.res.gz > xx.res.gz.uu; rm -rf xx.res.gz 44 45 33 46 To add a new test for a library/commando to the test-suite: 34 47 ----------------------------------------------------------- … … 36 49 short/xx_s.tst : Singular code for short and basic tests 37 50 long/xx_l.tst : Singular code for long and extended tests 38 short/xx_s.res : Result output of xx_s.tst39 long/xx_l.res : Result output of xx_l.tst51 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 40 53 or, alternatively: 41 54 short/xx.tst: Singular code for short tests, only … … 51 64 longer than, say, 10 minutes. 52 65 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, 54 67 only. 55 68 … … 88 101 tst_ignore("memory", memory(0)); 89 102 90 * Command for generating *.res files:103 * Command for generating *.res.gz.uu files: 91 104 cd <directopry where xx.tst should reside>; ../regress.cmd -g xx.tst 92 105
Note: See TracChangeset
for help on using the changeset viewer.