- Timestamp:
- Nov 11, 2007 11:06:45 AM (13 years ago)
- Location:
- branches/testScripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBprojectConfig.py
r757 r759 168 168 {'dir':'', 169 169 'cmd':'make test', 170 'check':[ NBcheckResult.rc0, 171 NBcheckResult.standardSuccessMessage ] } ] 170 'check':[ NBcheckResult.rc0 ] } ] 172 171 #third party packages are not optional here 173 172 … … 220 219 {'dir':'', 221 220 'cmd':'./example/example', 221 'check':[ NBcheckResult.rc0 ] }, 222 {'dir':'', 223 'cmd':'./test_more/test_more', 222 224 'check':[ NBcheckResult.rc0 ] } ] 223 225 #does not have references to third party packages -
branches/testScripts/NBuserParametersDefault.py
r755 r759 69 69 #,{ 'SvnVersion': 'latestStable', 'OptLevel': 'Default', 'ThirdParty': 'No' } 70 70 #,{ 'SvnVersion': 'latestStable', 'OptLevel': 'Debug', 'ThirdParty': 'No' } 71 #,{ 'SvnVersion': 'latestRelease', 'OptLevel': 'Default', 'ThirdParty': 'No' } 71 #,{ 'SvnVersion': 'latestRelease', 'OptLevel': 'Default', 'ThirdParty': 'No' } 72 #,{ 'SvnVersion': 'latestRelease', 'OptLevel': 'Debug', 'ThirdParty': 'No' } 72 73 ], 73 74 'Osi' : … … 136 137 'CppAD' : 137 138 [ 138 { 'SvnVersion': 'trunk', 'OptLevel': 'Default', 'ThirdParty': 'No', 'AdditionalConfigOptions':'--with-Example ' }139 #,{ 'SvnVersion': 'trunk', 'OptLevel': 'Debug', 'ThirdParty': 'No', 'AdditionalConfigOptions':'--with-Example ' }140 #,{ 'SvnVersion': 'latestStable', 'OptLevel': 'Default', 'ThirdParty': 'No', 'AdditionalConfigOptions':'--with-Example ' }141 #,{ 'SvnVersion': 'latestRelease','OptLevel': 'Default', 'ThirdParty': 'No', 'AdditionalConfigOptions':'--with-Example ' }139 { 'SvnVersion': 'trunk', 'OptLevel': 'Default', 'ThirdParty': 'No', 'AdditionalConfigOptions':'--with-Example --with-TestMore' } 140 #,{ 'SvnVersion': 'trunk', 'OptLevel': 'Debug', 'ThirdParty': 'No', 'AdditionalConfigOptions':'--with-Example --with-TestMore' } 141 #,{ 'SvnVersion': 'latestStable', 'OptLevel': 'Default', 'ThirdParty': 'No', 'AdditionalConfigOptions':'--with-Example --with-TestMore' } 142 #,{ 'SvnVersion': 'latestRelease','OptLevel': 'Default', 'ThirdParty': 'No', 'AdditionalConfigOptions':'--with-Example --with-TestMore' } 142 143 ], 143 144 'Smi' :
Note: See TracChangeset
for help on using the changeset viewer.