Changeset 46976a6 in git for Tst/Old/aa.tst


Ignore:
Timestamp:
Jul 1, 1998, 12:20:56 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
6b8aae51b2f19300ec8b207348b208eb6b4fe6ba
Parents:
ff8a6bf7c7be4f1ec1339de2dc55a8135db95d1a
Message:
* added status check to regress.cmd
* added tst_status(1); call to each tst file, just before quit


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

Legend:

Unmodified
Added
Removed
  • Tst/Old/aa.tst

    rff8a6bf r46976a6  
    1414LIB "lib";
    1515formmat(mm);
    16 $;
     16LIB "tst.lib";tst_status(1);$;
    1717i = m;
    1818i;
    1919m[1,3] = 5;
    20 $;
     20LIB "tst.lib";tst_status(1);$;
    2121i;
    2222i[5-6] = 3;
    2323i;
    24 $;
     24LIB "tst.lib";tst_status(1);$;
    2525matrix m[2][2] = x,y,z;
    2626m;
    2727ideal i = m;
    2828i;
    29 $;
     29LIB "tst.lib";tst_status(1);$;
    3030m;
    3131pause;
     
    3737m = i;
    3838m;
    39 $;
     39LIB "tst.lib";tst_status(1);$;
    4040i = m;
    4141i;
    42 $;
     42LIB "tst.lib";tst_status(1);$;
Note: See TracChangeset for help on using the changeset viewer.