test(mesh): add mesh topic runner

This commit is contained in:
Jukka Aho
2026-05-09 18:39:25 +03:00
parent 08248d393c
commit ace8bfe1bd
+9
View File
@@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: 2015-2026 Jukka Aho
# SPDX-License-Identifier: MIT
using Test
using JuliaFEM
using Tensors
include("test_refine.jl")
include("test_mesh_api.jl")