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")