We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 547bf0c + 2f6e28b commit e461529Copy full SHA for e461529
test/runtests.jl
@@ -19,6 +19,7 @@ if GROUP == "All" || GROUP == "Core"
19
@time @safetestset "Traits" include("traits.jl")
20
@time @safetestset "Verbosity" include("verbosity.jl")
21
@time @safetestset "BandedMatrices" include("banded.jl")
22
+ @time @safetestset "Butterfly Factorization" include("butterfly.jl")
23
@time @safetestset "Mixed Precision" include("test_mixed_precision.jl")
24
end
25
0 commit comments