From: Timo Heister Date: Tue, 3 Jun 2025 02:59:43 +0000 (-0400) Subject: tests/matrix_free_kokkos/tensor_01 add OK X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c9d4c323d96f27fef8f67fa63e41e67d14ce80f;p=dealii.git tests/matrix_free_kokkos/tensor_01 add OK inspired by https://github.com/dealii/dealii/pull/18530#discussion_r2121729041 --- diff --git a/tests/matrix_free_kokkos/tensor_01.cc b/tests/matrix_free_kokkos/tensor_01.cc index c527f39582..c1c9438fa5 100644 --- a/tests/matrix_free_kokkos/tensor_01.cc +++ b/tests/matrix_free_kokkos/tensor_01.cc @@ -63,5 +63,6 @@ main() Kokkos::finalize(); + deallog << "OK" << std::endl; return 0; } diff --git a/tests/matrix_free_kokkos/tensor_01.output b/tests/matrix_free_kokkos/tensor_01.output index 8b13789179..0fd8fc12f0 100644 --- a/tests/matrix_free_kokkos/tensor_01.output +++ b/tests/matrix_free_kokkos/tensor_01.output @@ -1 +1,2 @@ +DEAL::OK