41 os.path.join(PyXMakePath,
"VTL",
"examples",
'pyx_api.py'),
42 os.path.join(PyXMakePath,
"VTL",
"examples",
'pyx_cxx.py'),
43 os.path.join(PyXMakePath,
"VTL",
"examples",
'pyx_py2x.py'),
44 os.path.join(PyXMakePath,
"VTL",
"examples",
'pyx_gfortran.py'),
45 os.path.join(PyXMakePath,
"VTL",
"examples",
'pyx_pyreq.py'),
46 os.path.join(PyXMakePath,
"VTL",
"examples",
'pyx_doxygen.py'),
47 os.path.join(PyXMakePath,
"VTL",
"examples",
'pyx_openapi.py')
54 Main function to execute the script.
57 Coverage = Robot(BuildID, source);
58 Coverage.OutputPath(output);
59 if include: Coverage.AddIncludePath(include);
60 Coverage.create(**kwargs) ;
main(BuildID, source=PyXMakePath, include=[os.path.join(PyXMakePath,"VTL","examples", 'pyx_api.py'), os.path.join(PyXMakePath,"VTL","examples", 'pyx_cxx.py'), os.path.join(PyXMakePath,"VTL","examples", 'pyx_py2x.py'), os.path.join(PyXMakePath,"VTL","examples", 'pyx_gfortran.py'), os.path.join(PyXMakePath,"VTL","examples", 'pyx_pyreq.py'), os.path.join(PyXMakePath,"VTL","examples", 'pyx_doxygen.py'), os.path.join(PyXMakePath,"VTL","examples", 'pyx_openapi.py')], output=os.getcwd(), **kwargs)