FreeRTOS-Kernel/FreeRTOS/Test/CMock/tasks
Gaurav-Aggarwal-AWS aa316fc1b4
Add a unit test for tasks.c (#867)
* Add a unit test for tasks.c

This test simulates the scenario when a task with priority higher than
the currently executing task is unblocked as a result of the
xTaskIncrementTick call.

This is needed to fix the coverage drop in PR https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/568.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

* Add description for the test

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

* Add doc for another test

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2022-11-03 11:48:53 -07:00
..
FreeRTOSConfig_1.h Kernel timers.c tasks.c Unit Test (#539) 2022-08-16 14:38:26 -07:00
FreeRTOSConfig_2.h Kernel timers.c tasks.c Unit Test (#539) 2022-08-16 14:38:26 -07:00
global_vars.h Kernel timers.c tasks.c Unit Test (#539) 2022-08-16 14:38:26 -07:00
list_macros.h Kernel timers.c tasks.c Unit Test (#539) 2022-08-16 14:38:26 -07:00
Makefile Kernel timers.c tasks.c Unit Test (#539) 2022-08-16 14:38:26 -07:00
tasks.yml Kernel timers.c tasks.c Unit Test (#539) 2022-08-16 14:38:26 -07:00
tasks_1_utest.c Add a unit test for tasks.c (#867) 2022-11-03 11:48:53 -07:00
tasks_2_utest.c Kernel timers.c tasks.c Unit Test (#539) 2022-08-16 14:38:26 -07:00