Changeset 1114d2 in git for dyn_modules


Ignore:
Timestamp:
Feb 23, 2012, 8:17:38 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3b2b4c74c79cbeb064719df18592811f15cd811d
Parents:
74f51f261514079d9bce01fd1a8ffed4de458527
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:17:38+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:11+01:00
Message:
Dynamic modules: bigintm & syzextra will be built and can be tested with "make check"

add: makefile for bigintm & syzextra
chg: main configure/Makefile should know about these dynamic modules...
add: testing by running built Singular via shell scripts
Location:
dyn_modules
Files:
9 added
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • dyn_modules/bigintm/bigintm.tst

    r74f51f r1114d2  
    77{
    88  "Loading the Release version!";
    9   LIB("./bigintm.so");
     9  LIB("bigintm.so");
    1010}
    1111else
    1212{
    1313  "Loading the Debug version!";
    14   LIB("./bigintm_g.sog");
     14  LIB("bigintm_g.so");
    1515}
    1616
     
    1818bigintm_setup();
    1919printBlackboxTypes();
    20 bigintm_setup();
     20bigintm_setup(); // error is expected!!!
    2121printBlackboxTypes();
    2222
     
    4444
    4545typeof(_);
     46
     47$ // the rest is more for checking the Singular interpreter!
    4648
    4749a();
  • dyn_modules/syzextra/ederc.tst

    r74f51f r1114d2  
    3131{
    3232  "Loading the Release version!";
    33   LIB("./syzextra.so");
     33  LIB("syzextra.so");
    3434}
    3535else
    3636{
    3737  "Loading the Debug version!";
    38   LIB("./syzextra_g.sog");
     38  LIB("syzextra_g.so");
    3939}
    4040
  • dyn_modules/syzextra/syzextra.tst

    r74f51f r1114d2  
    1 echo = 2;
    2 
    31"ndebug?: ", system("with", "ndebug");
    42"om_ndebug?: ", system("with", "om_ndebug");
     
    75{
    86  "Loading the Release version!";
    9   LIB("./syzextra.so");
     7  LIB("syzextra.so");
    108}
    119else
    1210{
    1311  "Loading the Debug version!";
    14   LIB("./syzextra_g.sog");
     12  LIB("syzextra_g.so");
    1513}
    1614
Note: See TracChangeset for help on using the changeset viewer.