phonesettings/cpphonesettingsplugins/callsplugin/tsrc/run_auto_tests_qt.bat
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 27 2f8f8080a020
parent 45 6b911d05207e
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
   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