source: git/Tst/Short/invarlib.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was e84f553, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* GMG's changes git-svn-id: file:///usr/local/Singular/svn/trunk@4010 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 484 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "ainvar.lib";
5
6example sortier; newline;
7example derivate; newline;
8example actionIsProper; newline;
9example reduction; newline;
10example completeReduction; newline;
11example localInvar; newline;
12example furtherInvar; newline;
13example invariantRing; newline;
14
15tst_status(1);
16$
17
18This is the file invarlib.tst
19To run the tests and create the .res file
20go to the directory containing this file and type 
21Singular -teqr12345678 invarlib.tst > invarlib.res
Note: See TracBrowser for help on using the repository browser.