From 3a924ee250ade392643656eeef88f380bf519c2e Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Thu, 3 Oct 2019 17:20:36 +0200 Subject: test: ipa: Add test for the IPA Interface Implement a basic test for IPA Interface using the VIMC dummy IPA module. The test implements an out-of-band feedback channel between the test and the dummy IPA module to verify the success of the IPA interactions. Test the only available operation defined by the IPA interface by receiving a confirmation code on the fifo communication channel. Tested-by: Laurent Pinchart Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- test/ipa/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/ipa/meson.build') diff --git a/test/ipa/meson.build b/test/ipa/meson.build index e174671d..c501fcf9 100644 --- a/test/ipa/meson.build +++ b/test/ipa/meson.build @@ -1,5 +1,6 @@ ipa_test = [ - ['ipa_module_test', 'ipa_module_test.cpp'], + ['ipa_module_test', 'ipa_module_test.cpp'], + ['ipa_interface_test', 'ipa_interface_test.cpp'], ] foreach t : ipa_test -- cgit v1.2.1