test(sparse): add sparse scratch topic runner

This commit is contained in:
Jukka Aho
2026-05-09 18:39:42 +03:00
parent dd12336f7e
commit b7b74e79dd
+8
View File
@@ -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")