Skip to content

Commit

Permalink
add test_beam3d_mass_matrix.jl to runtests.jl (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 authored May 28, 2018
1 parent 661234e commit 3e6ccc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
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 3e6ccc3

Please sign in to comment.