mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-18 17:47:29 +00:00
12 lines
237 B
Julia
12 lines
237 B
Julia
# SPDX-FileCopyrightText: 2015-2026 Jukka Aho
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
using Test
|
|
using JuliaFEM
|
|
|
|
@testset "Fields" begin
|
|
include("test_local_field.jl")
|
|
include("test_field_specs.jl")
|
|
include("test_fields_api.jl")
|
|
end
|