Files
Jukka Aho b981c8301b test(physics): narrow runner to strain helpers while layer stabilizes
Legacy physics API tests were retired with the module reset; keep only the strain
smoke file until higher-level physics coverage returns.

- Import `JuliaFEM` explicitly for includes under `Pkg.test`.
2026-05-09 18:46:27 +03:00

7 lines
86 B
Julia

using Test
using JuliaFEM
@testset "Physics" begin
include("test_strain.jl")
end