diff --git a/test/runtests.jl b/test/runtests.jl index c39f973e3..0b5fdef59 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -19,6 +19,7 @@ if GROUP == "All" || GROUP == "Core" @time @safetestset "Traits" include("traits.jl") @time @safetestset "Verbosity" include("verbosity.jl") @time @safetestset "BandedMatrices" include("banded.jl") + @time @safetestset "Butterfly Factorization" include("butterfly.jl") @time @safetestset "Mixed Precision" include("test_mixed_precision.jl") end