diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-01-06 02:11:59 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-01-08 16:23:16 +0200 |
commit | f151895c3fd7afd47f75e9f536730b24191c7464 (patch) | |
tree | ce9b77bc760cd29a93327fde3a99c3d9ea4334c8 /test/meson.build | |
parent | 03815afdc8dcc41c4462ca753a1d4fb869748a8e (diff) |
test: Add signal/slot test
The test covers signal connection, disconnection through all the
provided methods, emission, parameters, and connection of a signal to
multiple slots.
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 30350d22..4000bd51 100644 --- a/test/meson.build +++ b/test/meson.build @@ -4,6 +4,7 @@ subdir('media_device') public_tests = [ ['list-cameras', 'list-cameras.cpp'], + ['signal', 'signal.cpp'], ] internal_tests = [ |