test(fields): add fields topic runner

This commit is contained in:
Jukka Aho
2026-05-09 18:38:50 +03:00
parent 30b85ba7d6
commit 96ae023f99
+11
View File
@@ -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