diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2019-10-03 17:20:33 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2019-10-08 15:37:15 +0200 |
commit | 4e51845a38d4684c4cc7ef724dbf45618b1a21e9 (patch) | |
tree | 9fb70d140c403ff2525387e9436b571aca8867ac /test/ipa/ipa_test.cpp | |
parent | c5d682a54882599070777ea131653b99d19d423b (diff) |
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>
Diffstat (limited to 'test/ipa/ipa_test.cpp')
-rw-r--r-- | test/ipa/ipa_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipa/ipa_test.cpp b/test/ipa/ipa_test.cpp index b9e1bd61..8f9b2d80 100644 --- a/test/ipa/ipa_test.cpp +++ b/test/ipa/ipa_test.cpp @@ -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; |