equal
deleted
inserted
replaced
54 set RUNTESTS=TRUE |
54 set RUNTESTS=TRUE |
55 set REMOVETESTS=TRUE |
55 set REMOVETESTS=TRUE |
56 set INSTRUMENT=TRUE |
56 set INSTRUMENT=TRUE |
57 set REMOVEINSTRUMENT=TRUE |
57 set REMOVEINSTRUMENT=TRUE |
58 set DOMODULESTESTS=TRUE |
58 set DOMODULESTESTS=TRUE |
59 set ABLD_CALL=abld test build winscw udeb -keepgoing |
59 set SBS_CALL=sbs --config winscw_udeb.test --keepgoing BUILD |
60 set PATH_TO_DLL=\epoc32\release\winscw\udeb |
60 set PATH_TO_DLL=\epoc32\release\winscw\udeb |
61 set PATH_TO_MOVE_DLL=\epoc32\release\winscw\udeb\z\sys\bin |
61 set PATH_TO_MOVE_DLL=\epoc32\release\winscw\udeb\z\sys\bin |
62 set PATH_TO_COVERAGE_DATA=\coverage_data |
62 set PATH_TO_COVERAGE_DATA=\coverage_data |
63 |
63 |
64 |
64 |
145 goto end |
145 goto end |
146 ) |
146 ) |
147 |
147 |
148 pushd . |
148 pushd . |
149 call cd %1\group |
149 call cd %1\group |
150 call bldmake bldfiles |
150 call sbs --config winscw_udeb.test --keepgoing CLEAN |
151 call abld test clean winscw udeb |
|
152 if [%INSTRUMENT%] EQU [TRUE] ( |
151 if [%INSTRUMENT%] EQU [TRUE] ( |
153 call ctcwrap -n %PATH_TO_COVERAGE_DATA%\%1 -i d -C "EXCLUDE=*" -C "NO_EXCLUDE=%TESTED_SRC%" %ABLD_CALL% |
152 call ctcwrap -2comp -n %PATH_TO_COVERAGE_DATA%\%1 -i d -C "EXCLUDE=*" -C "NO_EXCLUDE=%TESTED_SRC%" "%SBS_CALL%" |
154 ) else ( |
153 ) else ( |
155 call %ABLD_CALL% |
154 call %SBS_CALL% |
156 ) |
155 ) |
157 |
156 |
158 popd |
157 popd |
159 endlocal |
158 endlocal |
160 goto end |
159 goto end |