summaryrefslogtreecommitdiff
path: root/test/ipa/meson.build
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2019-10-03 17:20:34 +0200
committerJacopo Mondi <jacopo@jmondi.org>2019-10-08 15:37:15 +0200
commitb999161b7de5641733dae35ca12e1aa9796108e0 (patch)
tree166c29506a7f303bb9bc2b2f92af9c0466843a34 /test/ipa/meson.build
parent4e51845a38d4684c4cc7ef724dbf45618b1a21e9 (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/meson.build')
-rw-r--r--test/ipa/meson.build2
1 files changed, 1 insertions, 1 deletions
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