source: git/Tst/Short/ringutils_s.tst @ 738208

spielwiese
Last change on this file since 738208 was 738208, checked in by Jakob Kröker <kroeker@…>, 10 years ago
fix slocus bug 526(trac)
  • Property mode set to 100644
File size: 184 bytes
RevLine 
[738208]1LIB "tst.lib";
2tst_init();
3
4
5LIB("ring.lib");
6
7proc testRingUtils()
8{
9  Ring::testIsQuotientRing();
10  Ring::testHasIntegerCoefficientRing();
11}
12testRingUtils();
13
14
15tst_status(1);
16quit;
17
Note: See TracBrowser for help on using the repository browser.