mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-16 16:53:19 +00:00
test(fields): add fields topic runner
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user