test: Add File class tests
Add tests for the File class API. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
bc207e808e
commit
b9b54fd1b4
2 changed files with 294 additions and 0 deletions
|
@ -26,6 +26,7 @@ internal_tests = [
|
|||
['event', 'event.cpp'],
|
||||
['event-dispatcher', 'event-dispatcher.cpp'],
|
||||
['event-thread', 'event-thread.cpp'],
|
||||
['file', 'file.cpp'],
|
||||
['file-descriptor', 'file-descriptor.cpp'],
|
||||
['message', 'message.cpp'],
|
||||
['object', 'object.cpp'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue