phonesettings/cpphonesettingsplugins/cptelephonyutils/tsrc/run_auto_tests_qt.bat
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 76 cfea66083b62
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
   167 ::
   167 ::
   168 :: Calculates test coverage. Generates html
   168 :: Calculates test coverage. Generates html
   169 ::::::::::::::::::::::::::::::::::::::::::::::::::::::
   169 ::::::::::::::::::::::::::::::::::::::::::::::::::::::
   170 :CALCULATECOVERAGE
   170 :CALCULATECOVERAGE
   171 echo Calculating coverage
   171 echo Calculating coverage
   172 ctcpost %PATH_TO_COVERAGE_DATA%\*.sym | ctcmerge -i - -o profile.txt
   172 ctcpost %PATH_TO_COVERAGE_DATA%\*.sym -p - | ctcmerge -i - -o profile.txt
   173 call ctc2html -t 70 -i profile.txt -o \coverage_result -nsb
   173 call ctc2html -t 70 -i profile.txt -o \coverage_result -nsb
   174 goto end
   174 goto end
   175 
   175 
   176 ::::::::::::::::::::::::::::::::::::::::::::::::::::::
   176 ::::::::::::::::::::::::::::::::::::::::::::::::::::::
   177 :: function REMOVECOVERAGE
   177 :: function REMOVECOVERAGE