ipa: vimc: Rename ipa_dummy to ipa_vimc

The DummyIPA is actually a test IPA module for the virtual media
controller driver VIMC. Rename it accordingly to its usage.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Jacopo Mondi
2019-10-03 17:20:33 +02:00
parent c5d682a548
commit 4e51845a38
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ protected:
"GPL-2.0-or-later",
};
count += runTest("src/ipa/ipa_dummy.so", testInfo);
count += runTest("src/ipa/ipa_vimc.so", testInfo);
if (count < 0)
return TestFail;