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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.