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: a25533089b ("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>
This commit is contained in:
Niklas Söderlund
2020-03-26 12:35:18 +01:00
parent 8c8fde05ac
commit 6f553040fd

View File

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