Skip to content

Commit

Permalink
Use a testset for all allocation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 29, 2022
1 parent 8b7878f commit 5ef99e6
Show file tree
Hide file tree
Showing 3 changed files with 602 additions and 540 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Test, Krylov, LinearAlgebra, SparseArrays, Printf, Random
using Krylov, LinearAlgebra, SparseArrays, Printf, Random, Test
import Krylov.KRYLOV_SOLVERS

include("test_utils.jl")
Expand Down Expand Up @@ -38,7 +38,7 @@ include("test_craig.jl")
include("test_craigmr.jl")
include("test_cr.jl")

include("test_alloc.jl")
include("test_allocations.jl")
include("test_mp.jl")
include("test_solvers.jl")
include("test_warm_start.jl")
Loading

0 comments on commit 5ef99e6

Please sign in to comment.