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

Niklas Söderlund niklas.soderlund at ragnatech.se
Thu Mar 26 12:40:46 CET 2020


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.

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;
-- 
2.25.1



More information about the libcamera-devel mailing list