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:
parent
fcb0ea001a
commit
c4c4ff92b4
2 changed files with 495 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue