diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-03-29 18:36:38 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-04-14 02:03:18 +0300 |
commit | b9b54fd1b4b10e783ef6a2397913071aeb07d0c3 (patch) | |
tree | ddcac44a14a8eb1fd63e1e4f165f61ae18dc155c /test/meson.build | |
parent | bc207e808e4e48bc747a6d2a907bb0f1e898c264 (diff) |
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>
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 8ab58ac1..5a45a85e 100644 --- a/test/meson.build +++ b/test/meson.build @@ -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'], |