File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,18 @@ using Test
66@testset " HyperFEMTests" verbose = true begin
77
88 include (" TestConstitutiveModels/runtests.jl" )
9+ include (" TestConstitutiveModels/runtests.jl" )
910
11+ include (" TestTensorAlgebra/runtests.jl" )
1012 include (" TestTensorAlgebra/runtests.jl" )
1113
14+ include (" TestWeakForms/runtests.jl" )
1215 include (" TestWeakForms/runtests.jl" )
1316
1417 include (" SimulationsTests/runtests.jl" )
18+ include (" SimulationsTests/runtests.jl" )
1519
1620end ;
1721
18- @show " Second round"
19-
20-
21- @testset " HyperFEMTests" verbose = true begin
22-
23- include (" TestConstitutiveModels/runtests.jl" )
24-
25- include (" TestTensorAlgebra/runtests.jl" )
26-
27- include (" TestWeakForms/runtests.jl" )
28-
29- include (" SimulationsTests/runtests.jl" )
3022
31- end ;
23+
You can’t perform that action at this time.
0 commit comments