esp-idf/components/heap/test_apps
Guillaume Souchere a12a681794 test(heap): Extend task tracking test with task handle check
Add a test to make sure that the task handles returned in the
task tracking information are valid task handles.

To verify that, feed the task name returned by pcTaskGetName()
using the task handle under test to xTaskGetHandle() and make
sure the task handle returned matches the one under test.
2024-04-12 09:27:41 +02:00
..
heap_tests test(heap): Extend task tracking test with task handle check 2024-04-12 09:27:41 +02:00
host_test_linux esp_system, heap: increase host test timeout for CI 2023-04-06 10:23:44 +08:00
.build-test-rules.yml ci(heap): reduce the number of test apps built 2023-10-24 12:38:56 +08:00