diff --git a/test/validation/runtests.jl b/test/validation/runtests.jl new file mode 100644 index 0000000..aceed24 --- /dev/null +++ b/test/validation/runtests.jl @@ -0,0 +1,8 @@ +using Test +using JuliaFEM + +@testset "Validation" begin + include("test_cantilever_regression.jl") + include("test_cantilever_materials_showcase.jl") + include("test_plasticity_simple.jl") +end