diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2019-05-10 19:10:41 -0400 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2019-05-21 18:35:11 -0400 |
commit | d8de003a0482c998c178151bd1e5684fef60b8be (patch) | |
tree | d5a3e4f6d67596a9f7798d05d272e310a9aab29c /test/meson.build | |
parent | c1bbbd3b5b4706a31a7505fdd9ad65786764e2d7 (diff) |
test: ipa: add IPAModule tests
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>
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index d501f2be..ef413679 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,6 +1,7 @@ subdir('libtest') subdir('camera') +subdir('ipa') subdir('media_device') subdir('pipeline') subdir('v4l2_device') |