Skip to content

Commit

Permalink
use ginkgo_create_dpcpp_test consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Aug 3, 2023
1 parent 946a6e9 commit 262bd54
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dpcpp/test/matrix/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ginkgo_create_test(fbcsr_kernels)
ginkgo_create_dpcpp_test(fbcsr_kernels)
File renamed without changes.
2 changes: 1 addition & 1 deletion dpcpp/test/preconditioner/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ginkgo_create_test(jacobi_kernels)
ginkgo_create_dpcpp_test(jacobi_kernels)

0 comments on commit 262bd54

Please sign in to comment.