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>
This commit is contained in:
parent
4e51845a38
commit
b999161b7d
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
|
@ -1,5 +1,5 @@
|
|||
ipa_test = [
|
||||
['ipa_test', 'ipa_test.cpp'],
|
||||
['ipa_module_test', 'ipa_module_test.cpp'],
|
||||
]
|
||||
|
||||
foreach t : ipa_test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue