diff --git a/tests/sorts/tests_bubble_sort.f90 b/tests/sorts/bubble_sort.f90 similarity index 100% rename from tests/sorts/tests_bubble_sort.f90 rename to tests/sorts/bubble_sort.f90 diff --git a/tests/sorts/tests_gnome_sort.f90 b/tests/sorts/gnome_sort.f90 similarity index 100% rename from tests/sorts/tests_gnome_sort.f90 rename to tests/sorts/gnome_sort.f90 diff --git a/tests/sorts/tests_heap_sort.f90 b/tests/sorts/heap_sort.f90 similarity index 100% rename from tests/sorts/tests_heap_sort.f90 rename to tests/sorts/heap_sort.f90 diff --git a/tests/sorts/tests_merge_sort.f90 b/tests/sorts/merge_sort.f90 similarity index 100% rename from tests/sorts/tests_merge_sort.f90 rename to tests/sorts/merge_sort.f90 diff --git a/tests/sorts/tests_quick_sort.f90 b/tests/sorts/quick_sort.f90 similarity index 100% rename from tests/sorts/tests_quick_sort.f90 rename to tests/sorts/quick_sort.f90 diff --git a/tests/sorts/tests_radix_sort.f90 b/tests/sorts/radix_sort.f90 similarity index 100% rename from tests/sorts/tests_radix_sort.f90 rename to tests/sorts/radix_sort.f90 diff --git a/tests/sorts/tests_recursive_bubbe_sort.f90 b/tests/sorts/recursive_bubbe_sort.f90 similarity index 100% rename from tests/sorts/tests_recursive_bubbe_sort.f90 rename to tests/sorts/recursive_bubbe_sort.f90