Skip to content

Commit e59e767

Browse files
committed
test
1 parent fab4abc commit e59e767

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/runtests.jl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ using HyperFEM
33
using Test
44

55

6+
@testset "HyperFEMTests" verbose = true begin
7+
8+
include("TestConstitutiveModels/runtests.jl")
9+
10+
include("TestTensorAlgebra/runtests.jl")
11+
12+
include("TestWeakForms/runtests.jl")
13+
14+
include("SimulationsTests/runtests.jl")
15+
16+
end;
17+
18+
@show "Second round"
19+
20+
621
@testset "HyperFEMTests" verbose = true begin
722

823
include("TestConstitutiveModels/runtests.jl")

0 commit comments

Comments
 (0)