tests: Add a test case for the Object::deleteLater() API, to verify
- the object is deleted from the correct thread - multiple deleteLater() calls delete the object once only Signed-off-by: Umang Jain <email@uajain.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
9558886f7a
commit
9c5f821396
2 changed files with 98 additions and 0 deletions
|
@ -33,6 +33,7 @@ internal_tests = [
|
|||
['hotplug-cameras', 'hotplug-cameras.cpp'],
|
||||
['message', 'message.cpp'],
|
||||
['object', 'object.cpp'],
|
||||
['object-delete', 'object-delete.cpp'],
|
||||
['object-invoke', 'object-invoke.cpp'],
|
||||
['pixel-format', 'pixel-format.cpp'],
|
||||
['signal-threads', 'signal-threads.cpp'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue