Skip to content

Commit

Permalink
add test_beam3d_mass_matrix.jl to runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed May 28, 2018
1 parent 661234e commit a8c7289
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Expand Up @@ -133,6 +133,10 @@ end
include("test_beam3d_ex1.jl")
end

@testset "test beam 3D mass matrix" begin
include("test_beam3d_mass_matrix.jl")
end

@testset "test supports" begin
include("test_supports.jl")
end

0 comments on commit a8c7289

Please sign in to comment.