mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-22 10:48:32 +00:00
b981c8301b
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`.
7 lines
86 B
Julia
7 lines
86 B
Julia
using Test
|
|
using JuliaFEM
|
|
|
|
@testset "Physics" begin
|
|
include("test_strain.jl")
|
|
end
|