summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-03-29 18:36:38 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-04-14 02:03:18 +0300
commitb9b54fd1b4b10e783ef6a2397913071aeb07d0c3 (patch)
treeddcac44a14a8eb1fd63e1e4f165f61ae18dc155c /test/meson.build
parentbc207e808e4e48bc747a6d2a907bb0f1e898c264 (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.build1
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'],