MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / get_options

Function get_options

Build/Dependencies/deploy_dependencies.py:8–16  ·  view source on GitHub ↗
(script_directory)

Source from the content-addressed store, hash-verified

6
7#------------------------------------------------------------------------------
8def get_options(script_directory):
9 parser = OptionParser()
10 parser.add_option(
11 "--archive",
12 dest="archive",
13 default=os.path.join(script_directory, 'Dependencies-vs2015.zip'),
14 help="The dependencies archive.")
15 (options, args) = parser.parse_args()
16 return options
17
18
19#------------------------------------------------------------------------------

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected