target_sources(Octopus_test_suite PRIVATE
        driver_grid.f90  # Drivers are not registered as test ITEMS
        test_centroids.f90
        test_kmeans_clustering.f90
)
foreach (test IN ITEMS
        grid/centroids
        grid/kmeans_clustering
)
    Octopus_add_fortuno_test(TARGET Octopus_test_suite
            TEST_NAME ${test}
    )
endforeach ()
