source: git/Tst/Short/polylib_s.tst @ 8f296a

spielwiese
Last change on this file since 8f296a was 8f296a, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Updated 'Singular/singular-libs' (for tested libs only) + The rest of updated tests due to master [mmm]! fix: corrected some wrong library names in tests (TODO: update test results afterwards) TODO/NOTE: some of LIB/*.lib are not installed and not yet tested in Tst/ NOTE: some more changes to Interpreter are needed for several further (incompatible with master) tests !!!
  • Property mode set to 100644
File size: 531 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "poly.lib";
5
6example cyclic;
7killall();
8
9example katsura;
10killall();
11
12example freerank;
13killall();
14
15example maxcoef;
16killall();
17
18example maxdeg;
19killall();
20
21example maxdeg1;
22killall();
23
24example mindeg;
25killall();
26
27example mindeg1;
28killall();
29
30example normalize;
31killall();
32
33example rad_con;
34killall();
35
36example content;
37killall();
38
39// example numerator; // core function in SW
40
41// example denominator; // core function in SW
42
43example mod2id;
44
45example id2mod;
46
47example subrInterred;
48
49tst_status(1);$
Note: See TracBrowser for help on using the repository browser.