From d8de003a0482c998c178151bd1e5684fef60b8be Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Fri, 10 May 2019 19:10:41 -0400 Subject: 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 Reviewed-by: Laurent Pinchart --- test/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/meson.build') 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') -- cgit v1.2.1