summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2018-11-20 16:45:38 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2018-11-22 15:24:56 +0000
commitcc4de52524e0a8533a566d6c023cb57b8345c285 (patch)
tree4d319a02f192f4f631d00d8f128b8a785b6a9260 /test/meson.build
parent23ac77dc4a096b92da7668e9ddfce10b22e73506 (diff)
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 <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 2 insertions, 0 deletions
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)