diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2019-10-03 17:20:34 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2019-10-08 15:37:15 +0200 |
commit | b999161b7de5641733dae35ca12e1aa9796108e0 (patch) | |
tree | 166c29506a7f303bb9bc2b2f92af9c0466843a34 /test/ipa | |
parent | 4e51845a38d4684c4cc7ef724dbf45618b1a21e9 (diff) |
test: ipa: Rename the ipa_test to ipa_module_test
Update the IPA test to match the test class name in prevision of adding
more IPA tests. Also update the description comment in the test unit, as
the old name for the test was still used.
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')
-rw-r--r-- | test/ipa/ipa_module_test.cpp (renamed from test/ipa/ipa_test.cpp) | 2 | ||||
-rw-r--r-- | test/ipa/meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ipa/ipa_test.cpp b/test/ipa/ipa_module_test.cpp index 8f9b2d80..3a634099 100644 --- a/test/ipa/ipa_test.cpp +++ b/test/ipa/ipa_module_test.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2019, Google Inc. * - * load-so.cpp - loading .so tests + * ipa_module_test.cpp - Test loading of the VIMC IPA module and verify its info */ #include <iostream> diff --git a/test/ipa/meson.build b/test/ipa/meson.build index 1749ab7d..e174671d 100644 --- a/test/ipa/meson.build +++ b/test/ipa/meson.build @@ -1,5 +1,5 @@ ipa_test = [ - ['ipa_test', 'ipa_test.cpp'], + ['ipa_module_test', 'ipa_module_test.cpp'], ] foreach t : ipa_test |