test: fence: Add test for the Fence class
Add a test for the Fence class by testing a Fence failure case, and by testing a successfully signalled fence capture cycle. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
7aef77130a
commit
a71834e1a0
2 changed files with 336 additions and 0 deletions
|
@ -39,6 +39,7 @@ internal_tests = [
|
|||
['event', 'event.cpp'],
|
||||
['event-dispatcher', 'event-dispatcher.cpp'],
|
||||
['event-thread', 'event-thread.cpp'],
|
||||
['fence', 'fence.cpp'],
|
||||
['file', 'file.cpp'],
|
||||
['flags', 'flags.cpp'],
|
||||
['hotplug-cameras', 'hotplug-cameras.cpp'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue