Skip to content

Commit e4ffd9f

Browse files
authored
Backports to v1.11 (#670)
- [x] #658
2 parents 2420351 + 1da3028 commit e4ffd9f

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

test/runtests.jl

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,22 @@ if Base.get_bool_env("SPARSEARRAYS_AQUA_TEST", false)
55
include("ambiguous.jl")
66
end
77

8-
for file in readlines(joinpath(@__DIR__, "testgroups"))
9-
file == "" && continue # skip empty lines
10-
include(file * ".jl")
11-
end
8+
include("allowscalar.jl")
9+
include("fixed.jl")
10+
include("higherorderfns.jl")
11+
include("sparsematrix_constructors_indexing.jl")
12+
include("sparsematrix_ops.jl")
13+
include("sparsevector.jl")
14+
include("issues.jl")
1215

1316
if Base.USE_GPL_LIBS
1417

18+
include("cholmod.jl")
19+
include("umfpack.jl")
20+
include("spqr.jl")
21+
include("linalg.jl")
22+
include("linalg_solvers.jl")
23+
1524
nt = @static if isdefined(Threads, :maxthreadid)
1625
Threads.maxthreadid()
1726
else

test/testgroups

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)