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>
This commit is contained in:
Han-Lin Chen 2022-04-27 22:09:28 +08:00 committed by Laurent Pinchart
parent fcb0ea001a
commit c4c4ff92b4
2 changed files with 495 additions and 0 deletions

View file

@ -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 = [