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:
Laurent Pinchart 2020-03-29 18:36:38 +03:00
parent bc207e808e
commit b9b54fd1b4
2 changed files with 294 additions and 0 deletions

View file

@ -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'],