Skip to content

Commit e461529

Browse files
Merge pull request SciML#815 from ChrisRackauckas-Claude/add-butterfly-tests
Add missing butterfly.jl test to runtests.jl
2 parents 547bf0c + 2f6e28b commit e461529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ if GROUP == "All" || GROUP == "Core"
1919
@time @safetestset "Traits" include("traits.jl")
2020
@time @safetestset "Verbosity" include("verbosity.jl")
2121
@time @safetestset "BandedMatrices" include("banded.jl")
22+
@time @safetestset "Butterfly Factorization" include("butterfly.jl")
2223
@time @safetestset "Mixed Precision" include("test_mixed_precision.jl")
2324
end
2425

0 commit comments

Comments
 (0)