test(reference): add analytical reference runner

This commit is contained in:
Jukka Aho
2026-05-09 18:39:42 +03:00
parent 99201ee20a
commit fef4b7ab0b
+10
View File
@@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: 2015-2026 Jukka Aho
# SPDX-License-Identifier: MIT
using Test
using JuliaFEM
@testset "Reference benchmarks (analytical / literature)" begin
include("test_analytical_elasticity.jl")
include("test_analytical_heat.jl")
end