Skip to content

Commit

Permalink
Run all the LinearAlgebra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Sep 17, 2021
1 parent 259493b commit 44b601b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ julia = "1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[targets]
test = ["Test"]
test = ["Test", "Pkg"]
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using LinearAlgebra
using MKL
using MKL_jll
using Test
using MKL, MKL_jll, LinearAlgebra
using Pkg, Test

if VERSION > MKL.JULIA_VER_NEEDED
@test BLAS.get_config().loaded_libs[1].libname == libmkl_rt
Expand All @@ -10,3 +8,5 @@ else
end

@test LinearAlgebra.peakflops() > 0

Pkg.test("LinearAlgebra")

0 comments on commit 44b601b

Please sign in to comment.