Changeset 5480da in git for Singular/LIB/tst.lib
- Timestamp:
- Apr 4, 1998, 12:47:15 AM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- a42239a667454add16526617638435dcc1115d49
- Parents:
- fca547bc4a4fdc03461b1fa87b33c326d44b5733
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/tst.lib
rfca547 r5480da 1 // $Id: tst.lib,v 1. 2 1998-02-16 13:23:25 obachmanExp $1 // $Id: tst.lib,v 1.3 1998-04-03 22:47:15 krueger Exp $ 2 2 //(obachman, last modified 2/13/98) 3 3 /////////////////////////////////////////////////////////////////////////////// 4 4 5 version="$Id: tst.lib,v 1.3 1998-04-03 22:47:15 krueger Exp $"; 6 info=" 5 7 LIBRARY: tst.lib PROCEDURES FOR RUNNING AUTOMATIC TST TESTS 6 8 7 tst_system(s) returns string which is stdout of system( "sh", s)9 tst_system(s) returns string which is stdout of system(\"sh\", s) 8 10 tst_ignore(any,[keyword], [link]) writes string(any) to link (or stdout), 9 prepending prefix "// ignore:"11 prepending prefix \"// ignore:\" 10 12 tst_init() writes some identification data to stdout 11 13 with tst_ignore 14 "; 15 12 16 /////////////////////////////////////////////////////////////////////////////// 13 17
Note: See TracChangeset
for help on using the changeset viewer.