mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
unit tests: add test to dump esp_timer stats
This commit is contained in:
@@ -374,3 +374,8 @@ TEST_CASE("esp_timer_get_time returns monotonic values", "[esp_timer][ignore]")
|
||||
vSemaphoreDelete(done_2);
|
||||
ref_clock_deinit();
|
||||
}
|
||||
|
||||
TEST_CASE("Can dump esp_timer stats", "[esp_timer]")
|
||||
{
|
||||
esp_timer_dump(stdout);
|
||||
}
|
||||
|
Reference in New Issue
Block a user