diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-01-05 02:52:58 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-01-08 16:23:16 +0200 |
commit | 034ea868027df381e9c7b80a7428bf7cf5c707d1 (patch) | |
tree | b00d7a140580ccc04a4b0f6efc490197a80b5bc5 /test/meson.build | |
parent | f151895c3fd7afd47f75e9f536730b24191c7464 (diff) |
test: Add timer test
The test covers timer start, timeout, restart after completion, restart
before completion and multiple timers.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 4000bd51..f26c8701 100644 --- a/test/meson.build +++ b/test/meson.build @@ -5,6 +5,7 @@ subdir('media_device') public_tests = [ ['list-cameras', 'list-cameras.cpp'], ['signal', 'signal.cpp'], + ['timer', 'timer.cpp'], ] internal_tests = [ |