spielwiese
Last change
on this file since ccc9da5 was
ccc9da5,
checked in by Hans Schoenemann <hannes@…>, 5 years ago
|
tests for ssi (polys over Z, Z/n)
|
-
Property mode set to
100644
|
File size:
268 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | link l1="ssi:w ss1.ssi"; |
---|
5 | ring r1=ZZ,x,dp; |
---|
6 | poly p=x+11; |
---|
7 | write(l1,p); |
---|
8 | ring r2=ZZ/22,x,dp; |
---|
9 | poly p=x+11; |
---|
10 | write(l1,p); |
---|
11 | close(l1); |
---|
12 | link l2="ssi:r ss1.ssi"; |
---|
13 | def h1=read(l2); |
---|
14 | h1; |
---|
15 | basering; |
---|
16 | def h2=read(l2); |
---|
17 | h2; |
---|
18 | basering; |
---|
19 | listvar(); |
---|
20 | |
---|
21 | tst_status(1);$ |
---|
Note: See
TracBrowser
for help on using the repository browser.