diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-04-14 19:08:00 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-04-18 18:13:10 +0300 |
commit | 2059b857e1fcccbdd2f3575436d0a9e36f1f2134 (patch) | |
tree | 7174cfcba3c5aae5ac6284aa12d2100d213a551f /test/meson.build | |
parent | 66337b96b142684cfb471bc7055781e1b9f116f3 (diff) |
test: geometry: Add tests for Size class comparison operators
Add a test that exercises all the comparison operators for the Size
class.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
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 71a96921..d501f2be 100644 --- a/test/meson.build +++ b/test/meson.build @@ -9,6 +9,7 @@ subdir('v4l2_subdevice') public_tests = [ ['event', 'event.cpp'], ['event-dispatcher', 'event-dispatcher.cpp'], + ['geometry', 'geometry.cpp'], ['list-cameras', 'list-cameras.cpp'], ['signal', 'signal.cpp'], ['timer', 'timer.cpp'], |