summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-11-29 01:39:13 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-12-03 19:20:41 +0200
commit779f70c7473bc1d6575f9f0e9f49b299e39c9585 (patch)
tree65dfd8620336d9437ed3307a888c03f9f7793ddb /test/meson.build
parentccdaf8ec9012b060b9cc49f5cdaa99b474c54e27 (diff)
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>
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 d0466f17..42dfbc1f 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -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'],
]