test: Add UniqueFD test
Add a unit test to exercise the API of the UniqueFD class. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
This commit is contained in:
parent
ccdaf8ec90
commit
779f70c747
2 changed files with 221 additions and 0 deletions
|
@ -53,6 +53,7 @@ internal_tests = [
|
|||
['threads', 'threads.cpp'],
|
||||
['timer', 'timer.cpp'],
|
||||
['timer-thread', 'timer-thread.cpp'],
|
||||
['unique-fd', 'unique-fd.cpp'],
|
||||
['utils', 'utils.cpp'],
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue