more tests

This commit is contained in:
Tero Frondelius
2015-06-26 22:04:40 +03:00
parent 84c5b55718
commit d60a086fea
2 changed files with 13 additions and 2 deletions
+1 -2
View File
@@ -103,8 +103,7 @@ include("test_xdmf.jl")
include("test_elasticity_solver.jl")
include("test_model.jl")
include("test_abaqus_reader.jl")
include("test_elasticity_solver.jl")
include("test_interfaces.jl")
# Keep this at the end of this file (include statements above this)
@Logging.configure(level=DEBUG)
+12
View File
@@ -0,0 +1,12 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
using FactCheck
using Logging
@Logging.configure(level=DEBUG)
using JuliaFEM.interfaces: solve_elasticity_interface!
facts("test solve_elasticity_interface!") do
@pending
end