Changes between Version 7 and Version 8 of AutomatedTesting
- Timestamp:
- Aug 24, 2010 2:25:32 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AutomatedTesting
v7 v8 144 144 === symbian.xml.template === 145 145 146 Symbian S60 targets. 146 Symbian S60 targets. Set EPOCROOT environment variable to point to the SDK location before running configure.py. 147 147 148 TBD. 148 Sample session: 149 {{{ 150 C:> set EPOCROOT=\S60\devices\S60_5th_Edition_SDK_v1.0 151 C:> python configure.py -t s60 -o symbian.xml symbian.xml.template 152 .. and answer the configure question .. 153 C:> python run_scenario.py symbian.xml 154 }}} 149 155 150 156 [[BR]]