diff options
author | Han-Lin Chen <hanlinchen@chromium.org> | 2022-04-27 22:09:28 +0800 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-05-10 00:22:36 +0300 |
commit | c4c4ff92b455146bc937d70c8d7ddc7513dab638 (patch) | |
tree | d0ff06f003b485e04f36d99ddd7aabacc6946b2e /test/meson.build | |
parent | fcb0ea001a2d3350068410c3bd2f940694a339a0 (diff) |
test: Add YamlParser test
Add a unit test to exercise the API of the YamlParser class.
Signed-off-by: Han-Lin Chen <hanlinchen@chromium.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
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 fd4c5ca0..9c68fae1 100644 --- a/test/meson.build +++ b/test/meson.build @@ -54,6 +54,7 @@ internal_tests = [ ['timer-thread', 'timer-thread.cpp'], ['unique-fd', 'unique-fd.cpp'], ['utils', 'utils.cpp'], + ['yaml-parser', 'yaml-parser.cpp'], ] internal_non_parallel_tests = [ |