Changeset 780
- Timestamp:
- Nov 17, 2007 9:14:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBprojectConfig.py
r779 r780 30 30 'check':[ NBcheckResult.rc0, 31 31 NBcheckResult.standardSuccessMessage ] } ] 32 SLN_BLD_TEST['CoinUtils']=[ 33 {'dir':r'CoinUtils\MSVisualStudio', 34 'cmd':'v8\unitTestCoinUtils\Release\unitTestCoinUtils', 35 'check':[ NBcheckResult.rc0, 36 NBcheckResult.standardSuccessMessage] }, 37 {'dir':r'CoinUtils\MSVisualStudio', 38 'cmd':'v8\unitTestCoinUtils\Debug\unitTestCoinUtils', 39 'check':[ NBcheckResult.rc0, 40 NBcheckResult.standardSuccessMessage] } ] 32 41 #does not have references to third party packages 33 42
Note: See TracChangeset
for help on using the changeset viewer.