From a1b1551446f26e942f7784406c6ea824b3914a53 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 10 Jul 2019 19:59:13 +0300 Subject: test: Add test case for signal delivery across threads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test case creates a receiver inheriting from Object, connects a signal to one of its slot, moves the receiver to a different thread, emits the signal and verifies that it gets delivered in the correct thread with the expected value. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- test/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 1f87319a..60ce9601 100644 --- a/test/meson.build +++ b/test/meson.build @@ -22,6 +22,7 @@ public_tests = [ internal_tests = [ ['camera-sensor', 'camera-sensor.cpp'], ['message', 'message.cpp'], + ['signal-threads', 'signal-threads.cpp'], ['threads', 'threads.cpp'], ] -- cgit v1.2.1