Changeset 952b159 in git
- Timestamp:
- Jul 11, 2013, 3:47:08 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e0c8e34f8d5fd3f8159e61a5895314655cdf9d51
- Parents:
- 9e24ef5a0725a87fa840c862768035f644957a9f
- Location:
- Tst
- Files:
-
- 11 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/dyn_modules/bigintm.tst
r9e24ef r952b159 1 LIB "tst.lib"; tst_init(); 1 2 echo = 2; 2 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("bigintm.so"); 10 } 11 else 12 { 13 "Loading the Debug version!"; 14 LIB("bigintm.so"); 15 } 3 LIB("bigintm.so"); 16 4 17 5 printBlackboxTypes(); … … 44 32 45 33 typeof(_); 34 35 tst_status(1);$ 46 36 47 37 $ // the rest is more for checking the Singular interpreter! -
Tst/dyn_modules/ederc.tst
r9e24ef r952b159 1 LIB "tst.lib"; tst_init(); 1 2 /* 2 3 input ideal: … … 25 26 echo = 2; 26 27 27 "ndebug?: ", system("with", "ndebug"); 28 "om_ndebug?: ", system("with", "om_ndebug"); 29 30 if( system("with", "ndebug") ) 31 { 32 "Loading the Release version!"; 33 LIB("syzextra.so"); 34 } 35 else 36 { 37 "Loading the Debug version!"; 38 LIB("syzextra.so"); 39 } 28 LIB("syzextra.so"); 40 29 41 30 noop(); … … 135 124 // x2y*gen(4)+yz3*gen(3)-z2t*gen(4)-x2t2*gen(3) 136 125 126 tst_status(1);$ 127 137 128 exit; 138 129 -
Tst/dyn_modules/p_content.tst
r9e24ef r952b159 1 LIB "tst.lib"; tst_init(); 1 2 echo = 2; 2 3 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 4 LIB("syzextra.so"); 17 5 noop(); 18 6 … … 54 42 o; 55 43 O; 44 45 46 tst_status(1);$ 56 47 57 48 $$$ -
Tst/dyn_modules/syzextra.tst
r9e24ef r952b159 1 "ndebug?: ", system("with", "ndebug"); 2 "om_ndebug?: ", system("with", "om_ndebug"); 3 4 listvar(Top); 5 6 if( system("with", "ndebug") ) 7 { 8 "Loading the Release version!"; 9 LIB("syzextra.so"); 10 listvar(Syzextra); 11 } 12 else 13 { 14 "Loading the Debug version!"; 15 LIB("syzextra.so"); 16 listvar(Syzextra); 17 } 18 19 1 LIB "tst.lib"; tst_init(); 2 LIB("syzextra.so"); 20 3 noop(); 21 4 … … 42 25 43 26 44 def l = res(I, 0); DetailedPrint(l); 27 // def l = res(I, 0); // DetailedPrint(l); 28 29 tst_status(1);$ 45 30 46 31 exit; -
Tst/dyn_modules/test_clear_enum.tst
r9e24ef r952b159 1 "ndebug?: ", system("with", "ndebug"); 2 "om_ndebug?: ", system("with", "om_ndebug"); 3 4 listvar(Top); 5 6 if( system("with", "ndebug") ) 7 { 8 "Loading the Release version!"; 9 LIB("syzextra.so"); 10 listvar(Syzextra); 11 } 12 else 13 { 14 "Loading the Debug version!"; 15 LIB("syzextra.so"); 16 listvar(Syzextra); 17 } 18 1 LIB "tst.lib"; tst_init(); 2 LIB("syzextra.so"); 19 3 20 4 noop(); … … 428 412 429 413 414 tst_status(1);$ 415 430 416 431 417 exit;
Note: See TracChangeset
for help on using the changeset viewer.