From 10a4903a1fbeedb4c3aa825a9cc3e319901f719e Mon Sep 17 00:00:00 2001 From: Kevin Carlson Date: Thu, 24 Oct 2024 16:33:58 -0700 Subject: [PATCH] Uncommenting CUDA --- test/runtests.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 341356f..661dcb4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -21,9 +21,9 @@ end include("MeshGraphics.jl") end -#@testset "Alternate Backends" begin -# include("Backends.jl") -#end +@testset "Alternate Backends" begin + include("Backends.jl") +end @testset "Restrictions" begin include("restrictions.jl")