Daniel Vizcaya / Mbed OS 04_RTOS_Embebidos
Embed: (wiki syntax)

« Back to documentation index

api_test Namespace Reference

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 90 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 28 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 59 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 126 of file api_test.py.