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")