required tools on Windows
msbuild / Developer Command Prompt
premake5
python 3 (associated with *.py)
call premake5 with your VS version to generate solution
call premake5 --help to find out how
requires Bullseye coverage for Windows
generates reports_Bullseye folder
coverage summary (covsrc)
coverage (.cov) files for coverage browser
requires CTC++ for Windows
generates reports_CTC folder
simple html reports with simple template
html folders with CTC html template
setup Developer Command Prompt terminal see howto
start Developer Command Prompt terminal
drag script into it
call scripts with -l for available tests
requires Bullseye coverage for linux
generates reports_Bullseye folder
coverage summary (covsrc)
coverage (.cov) files for coverage browser
dev@linux:scripts$ python3 coverage_Bullseye.py
call script with -l for available tests
dev@linux:scripts$ python3 coverage_Bullseye.py -l
dev@linux:scripts$ python3 coverage_Bullseye.py Test1 Test2 ...