From b7b74e79ddbdb52d200d9507ee013b150ca36251 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 18:39:42 +0300 Subject: [PATCH] test(sparse): add sparse scratch topic runner --- test/sparse/runtests.jl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/sparse/runtests.jl diff --git a/test/sparse/runtests.jl b/test/sparse/runtests.jl new file mode 100644 index 0000000..367bbd3 --- /dev/null +++ b/test/sparse/runtests.jl @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2015-2026 Jukka Aho +# SPDX-License-Identifier: MIT + +using Test +using JuliaFEM +using SparseArrays + +include("test_sparse_matrix_coo.jl")