mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
test: Add minimal test for Matrix
Add a few tests for the Matrix class. This is not full fledged but at least a starter. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
parent
6287ceff5a
commit
dacbcc7d77
2 changed files with 54 additions and 0 deletions
|
@ -60,6 +60,7 @@ internal_tests = [
|
|||
{'name': 'file', 'sources': ['file.cpp']},
|
||||
{'name': 'flags', 'sources': ['flags.cpp']},
|
||||
{'name': 'hotplug-cameras', 'sources': ['hotplug-cameras.cpp']},
|
||||
{'name': 'matrix', 'sources': ['matrix.cpp']},
|
||||
{'name': 'message', 'sources': ['message.cpp']},
|
||||
{'name': 'object', 'sources': ['object.cpp']},
|
||||
{'name': 'object-delete', 'sources': ['object-delete.cpp']},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue