source: git/Tst/Short/bug_newstruct.tst @ 352a84b

fieker-DuValspielwiese
Last change on this file since 352a84b was 6aca64, checked in by Yue <ren@…>, 8 years ago
fix: added customstd.so in test in which gfanlib.so is loaded
  • Property mode set to 100644
File size: 206 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"customstd.so";
5LIB"gfanlib.so";
6// newstruct stuff
7newstruct("pdivisor","list summands, cone tail");
8
9list L;
10cone c;
11pdivisor P;
12P.summands=L;
13P.tail=c;
14P;
15
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.