source: git/Tst/Short/sing_s.tst @ f05ba1

fieker-DuValspielwiese
Last change on this file since f05ba1 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: 471 bytes
Line 
1//sing_s.tst
2//short tests for sing.lib
3LIB "tst.lib";
4tst_init();
5LIB "sing.lib";
6//example codim;     (liefert bei mir Unsinn, proc nicht von mir!)
7example deform;
8example dim_slocus;
9example is_active;
10example is_ci;
11example is_is;
12example is_reg;
13example is_regs;
14example milnor;
15//example nf_icis;   (Fehler in proc sparsetriag von random.lib)
16example slocus;
17example spectrum;
18example Tjurina;
19example tjurina;
20example T1;
21example T2;
22example T12;
23tst_status(1);$
Note: See TracBrowser for help on using the repository browser.