diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-01-14 06:20:36 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-03-06 18:10:02 +0200 |
commit | 996db4c23df9696a3d4773bc675563eac1bf4aa8 (patch) | |
tree | 696bce1b9ce11dd8a5e7c3e5696caa0514d79bc0 /test/meson.build | |
parent | 09ab21b85ad83243878dab898eb0a6d0e85e6780 (diff) |
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>
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 daaa1aac..8ab58ac1 100644 --- a/test/meson.build +++ b/test/meson.build @@ -17,6 +17,7 @@ public_tests = [ ['geometry', 'geometry.cpp'], ['list-cameras', 'list-cameras.cpp'], ['signal', 'signal.cpp'], + ['span', 'span.cpp'], ] internal_tests = [ |