Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Aug 9 2022 00:37:40 by
1.7.2