Skip to content

Commit 37e2441

Browse files
committed
test
1 parent e59e767 commit 37e2441

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

test/runtests.jl

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff 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

1620
end;
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+

0 commit comments

Comments
 (0)