libcamera: test: remove test IPA and use dummy IPA instead

Use the dummy IPA for testing/sample IPA instead of the earlier test
IPA. Remove the test IPA, and update tests and meson accordingly.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Paul Elder 2019-05-27 17:50:47 -04:00
parent dd5b899c5b
commit 87a93e17f8
3 changed files with 4 additions and 28 deletions

View file

@ -56,12 +56,12 @@ protected:
const struct IPAModuleInfo testInfo = {
IPA_MODULE_API_VERSION,
9001,
"bleep",
"It's over nine thousand!",
0,
"PipelineHandlerVimc",
"Dummy IPA for Vimc",
};
count += runTest("test/ipa/ipa-dummy-cpp.so", testInfo);
count += runTest("src/ipa/ipa_dummy.so", testInfo);
if (count < 0)
return TestFail;