Ignore:
Timestamp:
Feb 28, 2012, 7:36:33 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f3461d3772d28f7027b79e44c285fd1c7c8ff603
Parents:
de0a2a63707154c996bdb17673b41439c4a047f6
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-28 19:36:33+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 17:42:52+01:00
Message:
minor changes to syzextra

chg: variable function installation  (ADD)
add: listvar to the test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/syzextra/syzextra.tst

    rde0a2a r986225e  
    11"ndebug?: ", system("with", "ndebug");
    22"om_ndebug?: ", system("with", "om_ndebug");
     3
     4listvar(Top);
    35
    46if( system("with", "ndebug") )
     
    68  "Loading the Release version!";
    79  LIB("syzextra.so");
     10  listvar(Syzextra);
    811}
    912else
     
    1114  "Loading the Debug version!";
    1215  LIB("syzextra_g.so");
     16  listvar(Syzextra_g);
    1317}
     18
    1419
    1520noop();
Note: See TracChangeset for help on using the changeset viewer.