source: git/Tst/Old/opt.tst @ 2efb0e

spielwiese
Last change on this file since 2efb0e was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 935 bytes
Line 
1//
2// test script for option command
3//
4pagelength = 10000;
5ring r1=32003,(x,y,z),dp;
6r1;
7"-----------------------";
8test(24);
9option(prot);
10"------------------------";
11option();
12"--------------------------";
13option(notSugar);
14"-------------------------";
15option();
16"----------------------";
17option(noprot);
18"--------------------------";
19option();
20"---------------------------";
21option(none);
22"--------------------------";
23option();
24"-------------------------";
25option(redSB);
26"-------------------------------";
27option();
28"--------------------------";
29option(interrupt);
30"--------------------------";
31option();
32"------------------------";
33option(sugarCrit);
34"------------------------";
35option();
36"-----------------------";
37option(morePairs);
38"----------";
39option();
40"-------------------------";
41option(fastHC);
42"--------------------------";
43option();
44"-------------------------";
45listvar(all);
46kill r1;
47LIB "tst.lib";tst_status(1);$;
48
Note: See TracBrowser for help on using the repository browser.