From a5d2b411d3b1984a1d22ffed16136ae646a4c8d2 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 18:38:59 +0300 Subject: [PATCH] test(io): add IO topic runner --- test/io/runtests.jl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/io/runtests.jl diff --git a/test/io/runtests.jl b/test/io/runtests.jl new file mode 100644 index 0000000..7890de3 --- /dev/null +++ b/test/io/runtests.jl @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: 2015-2026 Jukka Aho +# SPDX-License-Identifier: MIT + +using Test +using JuliaFEM + +include("test_gmsh_reader.jl")