diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2018-11-20 16:45:38 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2018-11-22 15:24:56 +0000 |
commit | cc4de52524e0a8533a566d6c023cb57b8345c285 (patch) | |
tree | 4d319a02f192f4f631d00d8f128b8a785b6a9260 /test | |
parent | 23ac77dc4a096b92da7668e9ddfce10b22e73506 (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')
-rw-r--r-- | test/meson.build | 2 |
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) |