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.
Fork of OmniWheels by
api_test Namespace Reference
Functions | |
| def | test_toolchain_profile_c |
| def | test_toolchain_profile_cpp |
| def | test_toolchain_profile_asm |
| def | test_toolchain_profile_ld |
Detailed Description
Tests for the toolchain sub-system
Function Documentation
| def api_test::test_toolchain_profile_asm | ( | profile, | |
| source_file | |||
| ) |
Test that the appropriate profile parameters are passed to the Assembler
Definition at line 87 of file api_test.py.
| def api_test::test_toolchain_profile_c | ( | profile, | |
| source_file | |||
| ) |
Test that the appropriate profile parameters are passed to the C compiler
Definition at line 27 of file api_test.py.
| def api_test::test_toolchain_profile_cpp | ( | profile, | |
| source_file | |||
| ) |
Test that the appropriate profile parameters are passed to the C++ compiler
Definition at line 57 of file api_test.py.
| def api_test::test_toolchain_profile_ld | ( | profile, | |
| source_file | |||
| ) |
Test that the appropriate profile parameters are passed to the Linker
Definition at line 122 of file api_test.py.
Generated on Fri Jul 22 2022 04:54:15 by
1.7.2
