[libcamera-devel] [PATCH 1/3] test: Register the initialisation test with meson

Kieran Bingham kieran.bingham at ideasonboard.com
Thu Nov 22 14:10:08 CET 2018


Register the test so that it can integrate with the meson test
framework.

To execute the test suite, use 'ninja test'.

Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
 test/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/meson.build b/test/meson.build
index faff4b2d4da4..4f5c7a82e4c4 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,3 +1,5 @@
 test_init = executable('test_init', 'init.cpp',
 		       link_with : libcamera,
 		       include_directories : inc)
+
+test('Initialisation test', test_init)
-- 
2.17.1



More information about the libcamera-devel mailing list