takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

unit_test::get_tools Namespace Reference

unit_test::get_tools Namespace Reference

Functions

def get_make_tool
def get_cmake_tool
def get_cxx_tool
def get_c_tool
def get_gcov_program
def get_gcovr_program

Detailed Description

Copyright (c) 2018, Arm Limited
SPDX-License-Identifier: Apache-2.0

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


GET UNIT TEST TOOLS

Function Documentation

def unit_test::get_tools::get_c_tool (  )
Get C compiler

Definition at line 63 of file get_tools.py.

def unit_test::get_tools::get_cmake_tool (  )
Get cmake program

Definition at line 49 of file get_tools.py.

def unit_test::get_tools::get_cxx_tool (  )
Get C++ compiler

Definition at line 56 of file get_tools.py.

def unit_test::get_tools::get_gcov_program (  )
Get gcov program

Definition at line 70 of file get_tools.py.

def unit_test::get_tools::get_gcovr_program (  )
Get covr program

Definition at line 77 of file get_tools.py.

def unit_test::get_tools::get_make_tool (  )
Get make program

Definition at line 39 of file get_tools.py.