From dc0c9a9215ddd4cd716522816094e3ea4f01609d Mon Sep 17 00:00:00 2001 From: Tero Frondelius Date: Fri, 26 Jun 2015 21:29:18 +0300 Subject: [PATCH] More hard coding --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index a2589d4..233c901 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -100,8 +100,8 @@ end include("test_xdmf.jl") -# include("solver_tests/test_elasticity_solver.jl") -# include("test_model.jl") +include("test_elasticity_solver.jl") +include("test_model.jl") include("test_elasticity_solver.jl")