Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-23 | meson: Fix coding style in meson.build files | Laurent Pinchart | |
Consistently go for 4 spaces indentation, and always put a space between the colon in argument lists, as per the examples from the meson documentation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2019-05-21 | test: ipa: add IPAModule tests | Paul Elder | |
Add tests to test the the IPAModule class, for loading the IPA module info from IPA module .so shared objects, with modules written in both C and C++. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |