diff --git a/test/ipa/ipa_test.cpp b/test/ipa/ipa_module_test.cpp
similarity index 95%
rename from test/ipa/ipa_test.cpp
rename to test/ipa/ipa_module_test.cpp
index 8f9b2d8058ec..3a634099a550 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 1749ab7d4338..e174671d05e1 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
