test: Add Span test

Add a compile-only test that exercises the whole Span API, as template
functions are not fully compile-tested when the file is parsed.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2020-01-14 06:20:36 +02:00
parent 09ab21b85a
commit 996db4c23d
2 changed files with 182 additions and 0 deletions

View file

@ -17,6 +17,7 @@ public_tests = [
['geometry', 'geometry.cpp'],
['list-cameras', 'list-cameras.cpp'],
['signal', 'signal.cpp'],
['span', 'span.cpp'],
]
internal_tests = [