Skip to content

Commit 56bd604

Browse files
authored
Enable the blas and lapack tests in LinearAlgebra
1 parent dc59097 commit 56bd604

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/runtests.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ end
324324
# to cut down on CI times, and also to restart workers that trip over
325325
# the testing RSS limit. In order for distributed workers to use Accelerate,
326326
# we'll modify the test source code so that it imports Accelerate:
327-
#=
327+
328328
@testset "Full LinearAlgebra test suite" begin; mktempdir() do dir
329329
cp(joinpath(Sys.BINDIR, Base.DATAROOTDIR, "julia", "test"), dir; force=true, follow_symlinks=true)
330330

@@ -337,6 +337,7 @@ end
337337
println(io, testdefs_content)
338338
end
339339

340-
run(`$(Base.julia_cmd()) --project=$(Base.active_project()) $(dir)/runtests.jl LinearAlgebra`)
341-
end; end
342-
=#
340+
run(`$(Base.julia_cmd()) --project=$(Base.active_project()) $(dir)/runtests.jl LinearAlgebra/blas LinearAlgebra/lapack`)
341+
end;
342+
end
343+

0 commit comments

Comments
 (0)