source: git/Tst/Short/invarlib.tst @ bf5bec1

fieker-DuValspielwiese
Last change on this file since bf5bec1 was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 481 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.