From b999161b7de5641733dae35ca12e1aa9796108e0 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Thu, 3 Oct 2019 17:20:34 +0200 Subject: test: ipa: Rename the ipa_test to ipa_module_test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Niklas Söderlund Signed-off-by: Jacopo Mondi --- test/ipa/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ipa/meson.build') 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 -- cgit v1.2.1