[libcamera-devel] [PATCH] test: ipa: Fix path to VIMC IPA

Kieran Bingham kieran.bingham at ideasonboard.com
Thu Mar 26 16:25:45 CET 2020


Hi Niklas,

On 26/03/2020 11:40, Niklas Söderlund wrote:
> When changing the VIMC IPA source file structure the path in the
> ipa_module_test which needs access to the .so file was not updated, fix
> that.
> 
> The omission was hard to spot as it requires a clean build of the
> project as the old .so file is still in the build tree and the test
> passes.
> 

Ooops. Lets get this in soon then :-)

Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

> Fixes: a25533089bda04da ("ipa: Move vimc to a subdirectory")
> Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
> ---
>  test/ipa/ipa_module_test.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/ipa/ipa_module_test.cpp b/test/ipa/ipa_module_test.cpp
> index 3a634099a550fb24..287e53fdaa8e9fad 100644
> --- a/test/ipa/ipa_module_test.cpp
> +++ b/test/ipa/ipa_module_test.cpp
> @@ -62,7 +62,7 @@ protected:
>  			"GPL-2.0-or-later",
>  		};
>  
> -		count += runTest("src/ipa/ipa_vimc.so", testInfo);
> +		count += runTest("src/ipa/vimc/ipa_vimc.so", testInfo);
>  
>  		if (count < 0)
>  			return TestFail;
> 

-- 
Regards
--
Kieran


More information about the libcamera-devel mailing list