mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 10:08:31 +00:00
added interface test
This commit is contained in:
@@ -10,4 +10,10 @@ using JuliaFEM.interfaces: solve_elasticity_interface!
|
||||
facts("test solve_elasticity_interface!") do
|
||||
test = solve_elasticity_interface!()
|
||||
@pending
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
facts("test interface modules") do
|
||||
test = solve_elasticity_interface!()
|
||||
@assert test == 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user