source:
git/Tst/Short/ringutils_s.tst
@
738208
Last change on this file since 738208 was 738208, checked in by , 9 years ago | |
---|---|
|
|
File size: 184 bytes |
Line | |
---|---|
1 | LIB "tst.lib"; |
2 | tst_init(); |
3 | |
4 | |
5 | LIB("ring.lib"); |
6 | |
7 | proc testRingUtils() |
8 | { |
9 | Ring::testIsQuotientRing(); |
10 | Ring::testHasIntegerCoefficientRing(); |
11 | } |
12 | testRingUtils(); |
13 | |
14 | |
15 | tst_status(1); |
16 | quit; |
17 |
Note: See TracBrowser
for help on using the repository browser.