source: git/Tst/Plural/dmod_lib.tst @ 1c473f

fieker-DuValspielwiese
Last change on this file since 1c473f was 819c73, checked in by Hans Schönemann <hannes@…>, 16 years ago
*levandovskyy: removed duplicates git-svn-id: file:///usr/local/Singular/svn/trunk@10597 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 690 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"dmod.lib";
4// run all examples
5  "MAIN PROCEDURES:";
6  example annfs;
7  example annfs0;
8  example Sannfs;
9  example Sannfslog;
10  example bernsteinBM;
11  example operatorBM;
12  example annfspecial;
13  example annfsParamBM;
14  example annfsBMI;
15  example checkRoot;
16  "SECONDARY D-MOD PROCEDURES:";
17  example annfsBM;
18  example annfsLOT;
19  example annfsOT;
20  example SannfsBM;
21  example SannfsLOT;
22  example SannfsOT;
23  example annfs0;
24  example checkRoot1;
25  example checkRoot2;
26  example checkFactor;
27  "forgot:";
28example ALTannfsBM;
29example convloc;
30example minIntRoot;
31example isHolonomic;
32example reiffen;
33example arrange;
34example checkFactor;
35tst_status(1);$
Note: See TracBrowser for help on using the repository browser.