Test

group Test_osInit

osInit Tests

lorem

Version

1.0.0

Date

10.22.2021

Author

https://github.com/PavolKostolansky

Macros

group Macros_osInit_ut_c

Defines

TEST_DESCRIPTION(desc)
TEST_OSINIT_INIT_EXECUTIONFLOW()

Variables

group Variables_osInit_ut_c

Variables

CosmOS_CoreVariableType CoresVar[CORE_NUM] IS_INITIALIZED_TO  {{(CosmOS_SchedulableConfigurationType*)NULL,(CosmOS_ProgramConfigurationType*)NULL,OS_STATE_ENUM__NOT_INITIALIZED,},{(CosmOS_SchedulableConfigurationType*)NULL,(CosmOS_ProgramConfigurationType*)NULL,OS_STATE_ENUM__NOT_INITIALIZED,},}
CosmOS_CoreConfigurationType CoresCfgConst[2]
CosmOS_CoreVariableType CoresVar[2]

Functions

group functions_osInit_ut_c

Types

group types_osInit_ut_c

Testcases

group testcases_osInit_ut_c

Functions

TEST(Test_osInit, osInit_init_executionFlow)

This test validates execution flow of the os_start function.

See also

osInit_init

Author

https://github.com/PavolKostolansky