From 4c9d4c323d96f27fef8f67fa63e41e67d14ce80f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 2 Jun 2025 22:59:43 -0400 Subject: [PATCH] tests/matrix_free_kokkos/tensor_01 add OK inspired by https://github.com/dealii/dealii/pull/18530#discussion_r2121729041 --- tests/matrix_free_kokkos/tensor_01.cc | 1 + tests/matrix_free_kokkos/tensor_01.output | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5