mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
30a975ec9d
Add a focused test file asserting read_gmsh_msh raises ErrorException and mesh_from_current_gmsh_model stays undefined until JuliaFEMGmshExt loads. - Add test_gmsh_stub.jl with two throws checks for the weakdep path - Include the new file from test/mesh/runtests.jl next to existing mesh tests
11 lines
202 B
Julia
11 lines
202 B
Julia
# 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")
|
|
include("test_gmsh_stub.jl")
|