diff --git a/tests/SimpleURCUTest.cpp b/tests/SimpleUrcuTest.cpp
similarity index 100%
rename from tests/SimpleURCUTest.cpp
rename to tests/SimpleUrcuTest.cpp
diff --git a/tests/meson.build b/tests/meson.build
index d1f8d143d91e1e758822440262f8c758af4ba976..4365140346e0ac17d97cd37f6ecb7a60834376f4 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -39,7 +39,7 @@ tests = {
 		  {
 			'description': 'Simple LAWS scheduling strategy test',
 		  },
-		  'SimpleURCUTest.cpp':
+		  'SimpleUrcuTest.cpp':
 		  {
 			'description': 'Simple userspace-rcu hash table test',
 			'dependencies': [liburcu_memb, liburcu_cds]