From 779f70c7473bc1d6575f9f0e9f49b299e39c9585 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 29 Nov 2021 01:39:13 +0200 Subject: test: Add UniqueFD test Add a unit test to exercise the API of the UniqueFD class. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Reviewed-by: Hirokazu Honda --- test/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/meson.build') 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'], ] -- cgit v1.2.1