Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-08 | test: file-descriptor: Fix undefined O_TMPFILE compilation error | Laurent Pinchart | |
O_TMPFILE is not defined by all libc implementations. libcamera has an internal definition in utils.h to work around this. Include utils.h in the test to fix the compilation error. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> | |||
2020-01-12 | test: file_descriptor: Add test | Niklas Söderlund | |
Add a test which exercises the whole FileDescriptor interface. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |