Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-22 | test: Register the initialisation test with meson | Kieran Bingham | |
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> | |||
2018-10-24 | build: Provide initial meson infrastructure | Kieran Bingham | |
Define the starting points for the libcamera build using meson and ninja build components. An initial 'dummy' library class is created, and a test binary links against the shared library calling it's init_lib() function. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> |