Skip to content

Commit

Permalink
Fix the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Mar 5, 2021
1 parent fc6a5c2 commit d0b2c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using LinearAlgebra
using MKL
using MKL_jll
using Test

if VERSION > MKL.JULIA_VER_NEEDED
Expand All @@ -8,4 +9,4 @@ else
@test BLAS.vendor() == :mkl
end

@test peakflops() > 0
@test LinearAlgebra.peakflops() > 0

0 comments on commit d0b2c05

Please sign in to comment.