summaryrefslogtreecommitdiff
path: root/test/ipa
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-03-26 12:35:18 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-03-26 17:23:10 +0100
commit6f553040fddd35cd8d59d033bed4ab1b9c2dd634 (patch)
tree9f4b0098fa7d674a0948b92373c1f3265ca47628 /test/ipa
parent8c8fde05acd170f14ddbd395924819415a788eaf (diff)
test: ipa: Fix path to VIMC IPA
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@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test/ipa')
-rw-r--r--test/ipa/ipa_module_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipa/ipa_module_test.cpp b/test/ipa/ipa_module_test.cpp
index 3a634099..287e53fd 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;