Changeset 952b159 in git for Tst/dyn_modules/p_content.tst


Ignore:
Timestamp:
Jul 11, 2013, 3:47:08 AM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e0c8e34f8d5fd3f8159e61a5895314655cdf9d51
Parents:
9e24ef5a0725a87fa840c862768035f644957a9f
Message:
Generation of static results for DM tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/dyn_modules/p_content.tst

    r9e24ef r952b159  
     1LIB "tst.lib"; tst_init();
    12echo = 2;
    23
    3 "ndebug?: ", system("with", "ndebug");
    4 "om_ndebug?: ", system("with", "om_ndebug");
    5 
    6 if( system("with", "ndebug") )
    7 {
    8   "Loading the Release version!";
    9   LIB("./syzextra.so");
    10 }
    11 else
    12 {
    13   "Loading the Debug version!";
    14   LIB("./syzextra.so");
    15 }
    16 
     4LIB("syzextra.so");
    175noop();
    186
     
    5442o;
    5543O;
     44
     45
     46tst_status(1);$
    5647
    5748$$$
Note: See TracChangeset for help on using the changeset viewer.