From cc4de52524e0a8533a566d6c023cb57b8345c285 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 20 Nov 2018 16:45:38 +0000 Subject: test: Register the initialisation test with meson Register the test so that it can integrate with the meson test framework. To execute the test suite, use 'ninja test'. Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- test/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index faff4b2d..4f5c7a82 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) -- cgit v1.2.1