Skip to content

Commit

Permalink
Move the BLAS test to the linalg subdirectory (#22375)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack authored and ararslan committed Jun 15, 2017
1 parent 1c40bab commit 52069d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function choosetests(choices = [])
"printf", "char", "strings", "triplequote", "unicode", "intrinsics",
"dates", "dict", "hashing", "iobuffer", "staged", "offsetarray",
"arrayops", "tuple", "reduce", "reducedim", "random", "abstractarray",
"intfuncs", "simdloop", "vecelement", "blas", "sparse",
"intfuncs", "simdloop", "vecelement", "sparse",
"bitarray", "copy", "math", "fastmath", "functional", "iterators",
"operators", "path", "ccall", "parse", "loading", "bigint",
"bigfloat", "sorting", "statistics", "spawn", "backtrace",
Expand Down Expand Up @@ -130,7 +130,8 @@ function choosetests(choices = [])
"linalg/diagonal", "linalg/pinv", "linalg/givens",
"linalg/cholesky", "linalg/lu", "linalg/symmetric",
"linalg/generic", "linalg/uniformscaling", "linalg/lq",
"linalg/hessenberg", "linalg/rowvector", "linalg/conjarray"]
"linalg/hessenberg", "linalg/rowvector", "linalg/conjarray",
"linalg/blas"]
if Base.USE_GPL_LIBS
push!(linalgtests, "linalg/arnoldi")
end
Expand Down
File renamed without changes.

0 comments on commit 52069d7

Please sign in to comment.