Skip to content

Commit 0ec3fea

Browse files
authored
Merge pull request #99 from JuliaLinearAlgebra/vs/blas-tests
Re-enable the BLAS tests
2 parents 108bf08 + 74b3c68 commit 0ec3fea

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/runtests.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -399,14 +399,10 @@ end
399399

400400
linalg_stdlib_test_path = joinpath(dirname(pathof(LinearAlgebra)), "..", "test")
401401

402-
# TODO: Re-enable after fixing https://github.com/JuliaLinearAlgebra/AppleAccelerate.jl/issues/87
403-
# Don't run blas.jl tests since the "strided interface blas" tests are currently failing
404-
#=
405-
@testset verbose=true "LinearAlgebra.jl BLAS tests" begin
402+
@testset verbose=false "LinearAlgebra.jl BLAS tests" begin
406403
joinpath(linalg_stdlib_test_path, "blas.jl") |> include
407404
end
408-
=#
409405

410406
@testset verbose=false "LinearAlgebra.jl LAPACK tests" begin
411407
joinpath(linalg_stdlib_test_path, "lapack.jl") |> include
412-
end
408+
end

0 commit comments

Comments
 (0)