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