mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
11 lines
257 B
Julia
11 lines
257 B
Julia
# 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
|