unit tests: add test to dump esp_timer stats
This commit is contained in:
parent
3788b35f87
commit
4798b7d775
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue