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:
Jacopo Mondi 2019-10-03 17:20:34 +02:00
parent 4e51845a38
commit b999161b7d
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -1,5 +1,5 @@
ipa_test = [
['ipa_test', 'ipa_test.cpp'],
['ipa_module_test', 'ipa_module_test.cpp'],
]
foreach t : ipa_test