event-loop-test: Add test to verify timer ordering
authorManuel Stoeckl <code@mstoeckl.com>
Thu, 26 Dec 2019 01:35:14 +0000 (20:35 -0500)
committerSimon Ser <contact@emersion.fr>
Tue, 21 Jan 2020 11:31:35 +0000 (11:31 +0000)
commit2f88814d9bb43b1463ee82a3cd5787b7b5735d5c
treed400de2ff1e713a3c79db47cb9b92d8fc1477852
parent60a8d29ad8526c18cc670612e2c94f443873011a
event-loop-test: Add test to verify timer ordering

The new test verifies that, for a set of timers and a short sequence
of timer update calls, when the event loop is run the timer callbacks
are run in the expected order.

Signed-off-by: Manuel Stoeckl <code@mstoeckl.com>
tests/event-loop-test.c